diff options
-rw-r--r-- | core/js/js.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/js.js b/core/js/js.js index 006cd920503..f053c97b490 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('<span class="arrow '+arrowclass+'"></span><h2>'+t('core', 'Settings')+'</h2><a class="close svg"></a>').show(); settings.find('.close').bind('click', function() { |