Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
d5fb6539
Commit
d5fb6539
authored
Mar 21, 2012
by
Jacob Thornton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
top stripping leading and trailing whitespace + always use .html method
parent
663e41d7
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
12 deletions
+4
-12
docs/assets/bootstrap.zip
docs/assets/bootstrap.zip
+0
-0
docs/assets/js/bootstrap-popover.js
docs/assets/js/bootstrap-popover.js
+2
-4
docs/assets/js/bootstrap-tooltip.js
docs/assets/js/bootstrap-tooltip.js
+0
-2
js/bootstrap-popover.js
js/bootstrap-popover.js
+2
-4
js/bootstrap-tooltip.js
js/bootstrap-tooltip.js
+0
-2
No files found.
docs/assets/bootstrap.zip
View file @
d5fb6539
No preview for this file type
docs/assets/js/bootstrap-popover.js
View file @
d5fb6539
...
@@ -38,8 +38,8 @@
...
@@ -38,8 +38,8 @@
,
title
=
this
.
getTitle
()
,
title
=
this
.
getTitle
()
,
content
=
this
.
getContent
()
,
content
=
this
.
getContent
()
$tip
.
find
(
'
.popover-title
'
)
[
$
.
type
(
title
)
==
'
object
'
?
'
append
'
:
'
html
'
]
(
title
)
$tip
.
find
(
'
.popover-title
'
)
.
html
(
title
)
$tip
.
find
(
'
.popover-content > *
'
)
[
$
.
type
(
content
)
==
'
object
'
?
'
append
'
:
'
html
'
]
(
content
)
$tip
.
find
(
'
.popover-content > *
'
)
.
html
(
content
)
$tip
.
removeClass
(
'
fade top bottom left right in
'
)
$tip
.
removeClass
(
'
fade top bottom left right in
'
)
}
}
...
@@ -56,8 +56,6 @@
...
@@ -56,8 +56,6 @@
content
=
$e
.
attr
(
'
data-content
'
)
content
=
$e
.
attr
(
'
data-content
'
)
||
(
typeof
o
.
content
==
'
function
'
?
o
.
content
.
call
(
$e
[
0
])
:
o
.
content
)
||
(
typeof
o
.
content
==
'
function
'
?
o
.
content
.
call
(
$e
[
0
])
:
o
.
content
)
content
=
content
.
toString
().
replace
(
/
(
^
\s
*|
\s
*$
)
/
,
""
)
return
content
return
content
}
}
...
...
docs/assets/js/bootstrap-tooltip.js
View file @
d5fb6539
...
@@ -206,8 +206,6 @@
...
@@ -206,8 +206,6 @@
title
=
$e
.
attr
(
'
data-original-title
'
)
title
=
$e
.
attr
(
'
data-original-title
'
)
||
(
typeof
o
.
title
==
'
function
'
?
o
.
title
.
call
(
$e
[
0
])
:
o
.
title
)
||
(
typeof
o
.
title
==
'
function
'
?
o
.
title
.
call
(
$e
[
0
])
:
o
.
title
)
title
=
(
title
||
''
).
toString
().
replace
(
/
(
^
\s
*|
\s
*$
)
/
,
""
)
return
title
return
title
}
}
...
...
js/bootstrap-popover.js
View file @
d5fb6539
...
@@ -38,8 +38,8 @@
...
@@ -38,8 +38,8 @@
,
title
=
this
.
getTitle
()
,
title
=
this
.
getTitle
()
,
content
=
this
.
getContent
()
,
content
=
this
.
getContent
()
$tip
.
find
(
'
.popover-title
'
)
[
$
.
type
(
title
)
==
'
object
'
?
'
append
'
:
'
html
'
]
(
title
)
$tip
.
find
(
'
.popover-title
'
)
.
html
(
title
)
$tip
.
find
(
'
.popover-content > *
'
)
[
$
.
type
(
content
)
==
'
object
'
?
'
append
'
:
'
html
'
]
(
content
)
$tip
.
find
(
'
.popover-content > *
'
)
.
html
(
content
)
$tip
.
removeClass
(
'
fade top bottom left right in
'
)
$tip
.
removeClass
(
'
fade top bottom left right in
'
)
}
}
...
@@ -56,8 +56,6 @@
...
@@ -56,8 +56,6 @@
content
=
$e
.
attr
(
'
data-content
'
)
content
=
$e
.
attr
(
'
data-content
'
)
||
(
typeof
o
.
content
==
'
function
'
?
o
.
content
.
call
(
$e
[
0
])
:
o
.
content
)
||
(
typeof
o
.
content
==
'
function
'
?
o
.
content
.
call
(
$e
[
0
])
:
o
.
content
)
content
=
content
.
toString
().
replace
(
/
(
^
\s
*|
\s
*$
)
/
,
""
)
return
content
return
content
}
}
...
...
js/bootstrap-tooltip.js
View file @
d5fb6539
...
@@ -206,8 +206,6 @@
...
@@ -206,8 +206,6 @@
title
=
$e
.
attr
(
'
data-original-title
'
)
title
=
$e
.
attr
(
'
data-original-title
'
)
||
(
typeof
o
.
title
==
'
function
'
?
o
.
title
.
call
(
$e
[
0
])
:
o
.
title
)
||
(
typeof
o
.
title
==
'
function
'
?
o
.
title
.
call
(
$e
[
0
])
:
o
.
title
)
title
=
(
title
||
''
).
toString
().
replace
(
/
(
^
\s
*|
\s
*$
)
/
,
""
)
return
title
return
title
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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