diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2012-10-30 14:23:38 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2012-10-30 14:23:38 +0100 |
commit | 3db43a9980049c80d9f3cd2cf510b8a527189ded (patch) | |
tree | 2d0b8c6af00ea9944ab50953654a034984203288 /core/js/js.js | |
parent | db5e8f3eeac46708d4a437fded5d83fb6eaad558 (diff) | |
parent | 3fdf239b478273155a68ec4ede8d4e4dd54b504d (diff) | |
download | nextcloud-server-3db43a9980049c80d9f3cd2cf510b8a527189ded.tar.gz nextcloud-server-3db43a9980049c80d9f3cd2cf510b8a527189ded.zip |
Merge branch 'master' into navigation
Diffstat (limited to 'core/js/js.js')
-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 ee8bdea7255..40c26d0011f 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -113,7 +113,7 @@ var OC={ } link+=file; }else{ - if ((app == 'settings' || app == 'core') && type == 'ajax') { + if ((app == 'settings' || app == 'core' || app == 'search') && type == 'ajax') { link+='/index.php/'; } else { |