summaryrefslogtreecommitdiffstats
path: root/templates/content/js/com.cnprog.utils.js
diff options
context:
space:
mode:
Diffstat (limited to 'templates/content/js/com.cnprog.utils.js')
-rw-r--r--templates/content/js/com.cnprog.utils.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/content/js/com.cnprog.utils.js b/templates/content/js/com.cnprog.utils.js
index fff61759..cf27c8a1 100644
--- a/templates/content/js/com.cnprog.utils.js
+++ b/templates/content/js/com.cnprog.utils.js
@@ -23,7 +23,7 @@ var notify = function() {
},
close: function(doPostback) {
if (doPostback) {
- $.post($.i18n._("/") + $.i18n._("messages/") +
+ $.post(scriptUrl + $.i18n._("messages/") +
$.i18n._("markread/"), { formdata: "required" });
}
$(".notify").fadeOut("fast");