From 818d0b99a9ed70a2f92c59a835a2a51bc66dc7d1 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Sat, 28 Nov 2009 00:10:25 -0500 Subject: configuration of javascript base url is no longer needed --- templates/content/js/com.cnprog.utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/content/js/com.cnprog.utils.js') 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"); -- cgit v1.2.3-1-g7c22