Merge pull request #16093 from civicrm/5.21
[civicrm-core.git] / js / load-bootstrap.js
index aff280a07be8df1c468352e5b43d9f673fdc0b97..e528805a181d832eaf3cc339fd3897401f58228b 100644 (file)
@@ -1,7 +1,7 @@
 // Loads a copy of shoreditch's bootstrap if bootstrap is missing
 CRM.$(function($) {
   if (!$.isFunction($.fn.dropdown)) {
-    CRM.loadScript(CRM.vars.api4.basePath + 'lib/shoreditch/dropdown.js');
-    $('head').append('<link type="text/css" rel="stylesheet" href="' + CRM.vars.api4.basePath + 'lib/shoreditch/bootstrap.css" />');
+    //CRM.loadScript(CRM.vars.api4.basePath + 'lib/shoreditch/dropdown.js');
+    //$('head').append('<link type="text/css" rel="stylesheet" href="' + CRM.vars.api4.basePath + 'lib/shoreditch/bootstrap.css" />');
   }
-});
\ No newline at end of file
+});