From 6df95db8e85c29ef01c8cf7aaf660006a1973c54 Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Tue, 31 Jul 2012 16:05:58 +0200 Subject: [PATCH] Forgot to also use the options I added :-P --- core/js/js.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/js/js.js b/core/js/js.js index 006cd92050..f053c97b49 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -180,7 +180,7 @@ OC={ } else { if($('#journal.settings').length == 0) { var arrowclass = settings.hasClass('topright') ? 'up' : 'left'; - var jqxhr = $.get(OC.filePath(props.appid, '', 'settings.php'), function(data) { + var jqxhr = $.get(OC.filePath(props.appid, '', props.scriptName), function(data) { $('#appsettings').html(data).ready(function() { settings.prepend('

'+t('core', 'Settings')+'

').show(); settings.find('.close').bind('click', function() {