aboutsummaryrefslogtreecommitdiff
path: root/docs-assets/js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-10-17 14:11:46 -0700
committerMark Otto <[email protected]>2013-10-17 14:11:46 -0700
commitbb30f6355a6ef9507b6ee65c820febb857bc6dfc (patch)
tree90789e93e5fb0536d7d41689f772234267870ec4 /docs-assets/js
parent872c3588f3c32f8de1b41f6e0cab5ac4f0131356 (diff)
parent1f33dc8033b2b8245df98a79ebe8800c6c0b992e (diff)
downloadbootstrap-bb30f6355a6ef9507b6ee65c820febb857bc6dfc.tar.xz
bootstrap-bb30f6355a6ef9507b6ee65c820febb857bc6dfc.zip
Merge branch 'fix-11112'
Diffstat (limited to 'docs-assets/js')
-rw-r--r--docs-assets/js/application.js8
-rw-r--r--docs-assets/js/customizer.js8
2 files changed, 16 insertions, 0 deletions
diff --git a/docs-assets/js/application.js b/docs-assets/js/application.js
index 44b2e12ad..72d4cd16b 100644
--- a/docs-assets/js/application.js
+++ b/docs-assets/js/application.js
@@ -2,6 +2,14 @@
// IT'S ALL JUST JUNK FOR OUR DOCS!
// ++++++++++++++++++++++++++++++++++++++++++
+/*!
+ * Copyright 2013 Twitter, Inc.
+ *
+ * Licensed under the Creative Commons Attribution 3.0 Unported License. For
+ * details, see http://creativecommons.org/licenses/by/3.0/.
+ */
+
+
!function ($) {
$(function(){
diff --git a/docs-assets/js/customizer.js b/docs-assets/js/customizer.js
index 799707784..1b358b914 100644
--- a/docs-assets/js/customizer.js
+++ b/docs-assets/js/customizer.js
@@ -1,3 +1,11 @@
+/*!
+ * Copyright 2013 Twitter, Inc.
+ *
+ * Licensed under the Creative Commons Attribution 3.0 Unported License. For
+ * details, see http://creativecommons.org/licenses/by/3.0/.
+ */
+
+
window.onload = function () { // wait for load in a dumb way because B-0
var cw = '/*!\n * Bootstrap v3.0.0\n *\n * Copyright 2013 Twitter, Inc\n * Licensed under the Apache License v2.0\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Designed and built with all the love in the world @twitter by @mdo and @fat.\n */\n\n'