diff --git a/lib/plugins/styling/script.js b/lib/plugins/styling/script.js
index 76cd1a8472d1729ba4ed8cd54d479bbe4b1b38ec..f2b4b9ebb2cb1210a76896e3db543c22cf9cae8c 100644
--- a/lib/plugins/styling/script.js
+++ b/lib/plugins/styling/script.js
@@ -39,7 +39,7 @@ jQuery(function () {
             params[params.length] = {name: 'run', value: 'preview'};
 
             jQuery.post(
-                    DOKU_BASE + '/lib/exe/ajax.php',
+                    DOKU_BASE + 'lib/exe/ajax.php',
                 params,
                 styling_updateCSS
             );
@@ -48,7 +48,7 @@ jQuery(function () {
 
     // load the dialog content and apply listeners
     $dialog.load(
-            DOKU_BASE + '/lib/exe/ajax.php',
+            DOKU_BASE + 'lib/exe/ajax.php',
         {
             'call': 'plugin_styling',
             'run':  'html',