Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
da948508
Commit
da948508
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix filename mention in js docs per #1938
parent
ce5976fb
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
docs/javascript.html
+1
-1
docs/javascript.html
docs/templates/pages/javascript.mustache
+1
-1
docs/templates/pages/javascript.mustache
with
2 additions
and
2 deletions
+2
-2
docs/assets/bootstrap.zip
+
0
-
0
View file @
da948508
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/javascript.html
+
1
-
1
View file @
da948508
...
@@ -930,7 +930,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
...
@@ -930,7 +930,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
</p>
</p>
</div>
</div>
<hr>
<hr>
<h2>
Using bootstrap-alert
s
.js
</h2>
<h2>
Using bootstrap-alert.js
</h2>
<p>
Enable dismissal of an alert via javascript:
</p>
<p>
Enable dismissal of an alert via javascript:
</p>
<pre
class=
"prettyprint linenums"
>
$(".alert").alert()
</pre>
<pre
class=
"prettyprint linenums"
>
$(".alert").alert()
</pre>
<h3>
Markup
</h3>
<h3>
Markup
</h3>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/javascript.mustache
+
1
-
1
View file @
da948508
...
@@ -854,7 +854,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
...
@@ -854,7 +854,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
</p>
</p>
</div>
</div>
<hr>
<hr>
<h2>
{{
_i
}}
Using bootstrap-alert
s
.js
{{/
i
}}
</h2>
<h2>
{{
_i
}}
Using bootstrap-alert.js
{{/
i
}}
</h2>
<p>
{{
_i
}}
Enable dismissal of an alert via javascript:
{{/
i
}}
</p>
<p>
{{
_i
}}
Enable dismissal of an alert via javascript:
{{/
i
}}
</p>
<pre
class=
"prettyprint linenums"
>
$(".alert").alert()
</pre>
<pre
class=
"prettyprint linenums"
>
$(".alert").alert()
</pre>
<h3>
{{
_i
}}
Markup
{{/
i
}}
</h3>
<h3>
{{
_i
}}
Markup
{{/
i
}}
</h3>
...
...
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
Menu
Explore
Projects
Groups
Snippets