summaryrefslogtreecommitdiffstats
path: root/templates/content/js/com.cnprog.utils.js
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-11-28 00:10:25 -0500
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-11-28 00:10:25 -0500
commit818d0b99a9ed70a2f92c59a835a2a51bc66dc7d1 (patch)
tree81a65675c257e8c97cf705491519a7320899c838 /templates/content/js/com.cnprog.utils.js
parent88acb037263ed4f0afa48ef4a4fe4a2717ff1a16 (diff)
downloadaskbot-818d0b99a9ed70a2f92c59a835a2a51bc66dc7d1.tar.gz
askbot-818d0b99a9ed70a2f92c59a835a2a51bc66dc7d1.tar.bz2
askbot-818d0b99a9ed70a2f92c59a835a2a51bc66dc7d1.zip
configuration of javascript base url is no longer needed
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");