Skip to content

Commit

Permalink
Merge pull request #8 from mariez/master
Browse files Browse the repository at this point in the history
fixing wrong paths
  • Loading branch information
mariez committed Oct 25, 2016
2 parents 7bddc6b + 7c365a8 commit dfc2943
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file removed images/menuarrow.png
Binary file not shown.
6 changes: 3 additions & 3 deletions js/phpList3ToBootstrap.js
Expand Up @@ -243,11 +243,11 @@ $('#dialog').not('body.templates #dialog').on('shown.bs.modal', myfunction);
/**************************** INCLUDE JS AND CSS FILES RELATED ***********************/

/******** RESPONSIVE TABS *******/
$.getScript("ui/phplist-ui-bootstrap-ph/js/bootstrap-tabcollapse.js", function(){ $('.tabbed').tabCollapse(); });
$.getScript("ui/phplist-ui-bootstrap/js/bootstrap-tabcollapse.js", function(){ $('.tabbed').tabCollapse(); });

/******** SELECT TO DROPDOWN *******/
$.getScript("ui/phplist-ui-bootstrap-ph/js/bootstrap-select.min.js", function(){ $('.selectpicker').selectpicker(); });
$('<link/>', { rel: 'stylesheet', type: 'text/css',href: 'ui/phplist-ui-bootstrap-ph/css/bootstrap-select.min.css'}).appendTo('head');
$.getScript("ui/phplist-ui-bootstrap/js/bootstrap-select.min.js", function(){ $('.selectpicker').selectpicker(); });
$('<link/>', { rel: 'stylesheet', type: 'text/css',href: 'ui/phplist-ui-bootstrap/css/bootstrap-select.min.css'}).appendTo('head');

/**************************** ///////////////////////////// ****************************/

Expand Down

0 comments on commit dfc2943

Please sign in to comment.