Skip to content

Commit

Permalink
Typo on Ajax Notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
BadPixxel committed Jan 29, 2018
1 parent 3cb2e23 commit 8a401fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/splashsync/splashsync.php
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ public function hookDisplayBackOfficeHeader()
//====================================================================//
// Register Module JS
$this->context->controller->addJS($this->_path.'views/js/splash.js');
$this->context->controller->addJquery();
// $this->context->controller->addJquery();
$this->context->controller->addJS($this->_path.'views/js/jquery.noty.packaged.min.js');
}

Expand All @@ -677,7 +677,7 @@ public function hookDisplayBackOfficeFooter()
//====================================================================//
// Assign Smarty Variables
$this->context->smarty->assign('notifications', json_decode( $Notifications, True) );
$this->context->smarty->assign('surl', \Splash\Client\Splash::Input("REQUEST_SCHEME") . "://" . Configuration::get('PS_SHOP_DOMAIN') . __PS_BASE_URI__ );
$this->context->smarty->assign('url', \Splash\Client\Splash::Input("REQUEST_SCHEME") . "://" . Configuration::get('PS_SHOP_DOMAIN') . __PS_BASE_URI__ );

//====================================================================//
// Render Footer
Expand Down

0 comments on commit 8a401fc

Please sign in to comment.