Skip to content

Commit

Permalink
Fixed issue #12008: The Notification-Widget is not available inside t…
Browse files Browse the repository at this point in the history
…he template editor
  • Loading branch information
olleharstedt committed Dec 20, 2016
1 parent a0af6f0 commit 4db0f45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/controllers/admin/templates.php
Expand Up @@ -409,6 +409,7 @@ public function index($editfile = 'startpage.pstpl', $screenname = 'welcome', $t
App()->getClientScript()->reset();
$this->registerScriptFile( 'ADMIN_SCRIPT_PATH', 'admin_core.js');
$this->registerScriptFile( 'ADMIN_SCRIPT_PATH', 'templates.js');
AdminTheme::staticRegisterScriptFile('ADMIN_SCRIPT_PATH', 'notifications.js' );
App()->getClientScript()->registerPackage('ace');
App()->getClientScript()->registerPackage('jsuri');
$aData['fullpagebar']['returnbutton']=true;
Expand Down

0 comments on commit 4db0f45

Please sign in to comment.