Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
3315d4d9
Commit
3315d4d9
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
license in customizer
parent
df371664
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs-assets/js/customizer.js
+1
-1
docs-assets/js/customizer.js
with
1 addition
and
1 deletion
+1
-1
docs-assets/js/customizer.js
+
1
-
1
View file @
3315d4d9
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
/* jshint multistr:true */
/* jshint multistr:true */
window
.
onload
=
function
()
{
// wait for load in a dumb way because B-0
window
.
onload
=
function
()
{
// wait for load in a dumb way because B-0
var
cw
=
'
/*!
\n
* Bootstrap v3.1.0 (http://getbootstrap.com)
\n\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\n
'
var
cw
=
'
/*!
\n
* Bootstrap v3.1.0 (http://getbootstrap.com)
\n\n
*
\n
* Copyright 2013 Twitter, Inc
\n
* Licensed under
MIT (<%= _.pluck(pkg.licenses, "url").join(", ") %>)
\n
*/
\n\n
'
function
showError
(
msg
,
err
)
{
function
showError
(
msg
,
err
)
{
$
(
'
<div id="bsCustomizerAlert" class="bs-customizer-alert">
\
$
(
'
<div id="bsCustomizerAlert" class="bs-customizer-alert">
\
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment