mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Disable loading non-existing settings script in bookmark app
This commit is contained in:
parent
27936ab9c7
commit
31b081a882
1 changed files with 1 additions and 1 deletions
|
|
@ -8,6 +8,6 @@
|
|||
|
||||
$tmpl = new OC_Template( 'bookmarks', 'settings');
|
||||
|
||||
OC_Util::addScript('bookmarks','settings');
|
||||
//OC_Util::addScript('bookmarks','settings');
|
||||
|
||||
return $tmpl->fetchPage();
|
||||
|
|
|
|||
Loading…
Reference in a new issue