mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 10:04:35 +02:00
Issue #991: Removed all Selectize JS code from PHP. Additional option (settings) for e107::js(). Integrates Selectize.js using e107::js(settings) and JavaScript behaviors with jQuery Once.
This commit is contained in:
@@ -348,6 +348,10 @@ if (abs($_serverTime - $lastSet) > 120)
|
||||
// </script>\n";
|
||||
}
|
||||
|
||||
// All JavaScript settings are placed in the footer of the page with the library weight so that inline scripts appear
|
||||
// afterwards.
|
||||
e107::getJs()->renderJs('settings');
|
||||
|
||||
e107::getJs()->renderJs('footer_inline', true);
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user