This website works better with JavaScript
Home
Explore
Help
Sign In
githab
/
form-builder
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix
xaboy
6 years ago
parent
7779aacf64
commit
1800027932
2 changed files
with
2 additions
and
2 deletions
Unified View
Show Diff Stats
1
1
src/Template/createScript.min.php
1
1
src/Template/createScript.php
File diff suppressed because it is too large
+ 1
- 1
src/Template/createScript.min.php
+ 1
- 1
src/Template/createScript.php
View File
@@ -33,7 +33,7 @@
callback(1, res);
callback(1, res);
},
},
error: function () {
error: function () {
- callback(0);
+ callback(0
, {}
);
}
}
});
});