# HG changeset patch # User Matti Hamalainen # Date 1485298070 -7200 # Node ID f66f50bccbc7163b8e6d0fb831ffa7ea27317f16 # Parent ff0fb5e87a2f9a4d178ed188eff9ea5e18a3ae9d Oops, fix a typo. diff -r ff0fb5e87a2f -r f66f50bccbc7 admajax.js.php --- a/admajax.js.php Tue Jan 24 23:23:25 2017 +0200 +++ b/admajax.js.php Wed Jan 25 00:47:50 2017 +0200 @@ -553,7 +553,7 @@ var msuccess = function(txt) { - setTimeout(function (q) { refreshDispatchCM(qid); }, 50, id); + setTimeout(function (qid) { refreshDispatchCM(qid); }, 50, id); refreshEntryCompos(); }