From b074e69e9675764638ff76757832ad9ea139dfbc Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Fri, 22 Jan 2010 18:58:39 -0500 Subject: [PATCH] Remove extra slash now that this url comes from Horde::getServiceLink Get rid of these locally defined variables that don't seem to be used --- kronolith/js/kronolith.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kronolith/js/kronolith.js b/kronolith/js/kronolith.js index 88d4189eb..a609e057b 100644 --- a/kronolith/js/kronolith.js +++ b/kronolith/js/kronolith.js @@ -63,13 +63,11 @@ KronolithCore = { * instead of sending the action to the ajax handler. */ doAction: function(action, params, callback, opts) { - var b, tmp = {}; - opts = Object.extend(this.doActionOpts, opts || {}); params = $H(params); action = action.startsWith('*') ? action.substring(1) - : Kronolith.conf.URI_AJAX + '/' + action; + : Kronolith.conf.URI_AJAX + action; if (Kronolith.conf.SESSION_ID) { params.update(Kronolith.conf.SESSION_ID.toQueryParams()); } -- 2.11.0