Skip to content

Commit 8dee18e

Browse files
committed
get rid of tabs
1 parent 6a6ad7d commit 8dee18e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ <h4 class='trigger'><i class='fas fa-eye'></i> Show source code</h4>
618618
$(".intercept").editable("json2.php", {
619619
submit : 'OK',
620620
intercept : function(jsondata) {
621-
json = JSON.parse(jsondata);
621+
json = JSON.parse(jsondata);
622622
console.log(json.status);
623623
console.log(json.other);
624624
return json.result;

0 commit comments

Comments
 (0)