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
c54b8adb
Commit
c54b8adb
authored
11 years ago
by
fat
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#8814
parent
5ee2a221
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dist/js/bootstrap.js
+0
-4
dist/js/bootstrap.js
dist/js/bootstrap.min.js
+1
-1
dist/js/bootstrap.min.js
js/popover.js
+0
-4
js/popover.js
with
1 addition
and
9 deletions
+1
-9
dist/js/bootstrap.js
+
0
-
4
View file @
c54b8adb
...
...
@@ -1509,10 +1509,6 @@ if (!jQuery) { throw new Error("Bootstrap requires jQuery") }
return
this
.
$tip
}
Popover
.
prototype
.
destroy
=
function
()
{
this
.
hide
().
$element
.
off
(
'
.
'
+
this
.
type
).
removeData
(
this
.
type
)
}
// POPOVER PLUGIN DEFINITION
// =========================
...
...
This diff is collapsed.
Click to expand it.
dist/js/bootstrap.min.js
+
1
-
1
View file @
c54b8adb
This diff is collapsed.
Click to expand it.
js/popover.js
+
0
-
4
View file @
c54b8adb
...
...
@@ -80,10 +80,6 @@
return
this
.
$tip
}
Popover
.
prototype
.
destroy
=
function
()
{
this
.
hide
().
$element
.
off
(
'
.
'
+
this
.
type
).
removeData
(
this
.
type
)
}
// POPOVER PLUGIN DEFINITION
// =========================
...
...
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