]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add the license header in the non minified build too.
authorXhmikosR <xhmikosr@users.sourceforge.net>
Fri, 28 Mar 2014 18:11:23 +0000 (20:11 +0200)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Wed, 9 Apr 2014 07:15:02 +0000 (10:15 +0300)
docs/assets/js/_src/customizer.js

index 5494aa52708825472834f1a10fa5a1b489975b70..033e1c9c91825564f4b47470f5a6b450583554a0 100644 (file)
@@ -304,11 +304,12 @@ window.onload = function () { // wait for load in a dumb way because B-0
       .toArray()
       .join('\n')
 
+    preamble = cw + preamble
     js = jqueryCheck + js
 
     return {
       'bootstrap.js': preamble + js,
-      'bootstrap.min.js': preamble + cw + uglify(js)
+      'bootstrap.min.js': preamble + uglify(js)
     }
   }