Skip to content

Commit

Permalink
Fix missing jeedomCompatibility.js without base.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvaner committed Jan 23, 2020
1 parent f59aa6e commit b872afa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Helpers/PrepareView.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ private function initJsPool(&$pageData)
$pageData[ControllerData::JS_POOL][] = '/public/js/desktop/gui.js';
$pageData[ControllerData::JS_POOL][] = '/public/js/desktop/utils.js';
$pageData[ControllerData::JS_POOL][] = '/public/js/desktop/search.js';
$pageData[ControllerData::JS_POOL][] = '/assets/js/desktop/jeedomCompatibility.js';

// And libraries JS
$pageData[ControllerData::JS_POOL][] = '/vendor/node_modules/bootbox/dist/bootbox.min.js';
Expand Down

0 comments on commit b872afa

Please sign in to comment.