We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2999c1b commit 5c87fccCopy full SHA for 5c87fcc
res/sfs.js
@@ -214,7 +214,7 @@
214
param['approach'] = 'function';
215
}
216
217
- const posting = $.get(mw.config.get('wgScriptPath') + "/api.php", param);
+ const posting = $.ajax(mw.config.get('wgScriptPath') + "/api.php", {data: param, async: false});
218
posting.done(function (data) {
219
// Let's pass values
220
setDependentValues(srcName, sfsObject, data["sformsselect"].values);
0 commit comments