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
811120ff
Commit
811120ff
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Add data-dependency to less and js files in customizer
parent
8d59d8de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
customize.html
+4
-4
customize.html
with
4 additions
and
4 deletions
+4
-4
customize.html
+
4
-
4
View file @
811120ff
...
...
@@ -112,7 +112,7 @@ base_url: "../"
</div>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
checked
value=
"navbar.less"
>
<input
type=
"checkbox"
checked
value=
"navbar.less"
data-dependency=
"forms.less"
>
Navbar
</label>
</div>
...
...
@@ -223,13 +223,13 @@ base_url: "../"
<h4>
Miscellaneous
</h4>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
checked
value=
"input-groups.less"
>
<input
type=
"checkbox"
checked
value=
"input-groups.less"
data-dependency=
"forms.less"
>
Input groups
</label>
</div>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
checked
value=
"button-groups.less"
>
<input
type=
"checkbox"
checked
value=
"button-groups.less"
data-dependency=
"buttons.less"
>
Button groups
</label>
</div>
...
...
@@ -310,7 +310,7 @@ base_url: "../"
</div>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
checked
value=
"popover.js"
>
<input
type=
"checkbox"
checked
value=
"popover.js"
data-dependency=
"tooltip.js"
>
Popovers
<small>
(requires Tooltips)
</small>
</label>
</div>
...
...
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