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
ab8f4a39
Commit
ab8f4a39
authored
13 years ago
by
Jacob Thornton
Browse files
Options
Download
Email Patches
Plain Diff
remove js for table sorts
parent
68fa1e48
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/assets/js/application.js
+0
-6
docs/assets/js/application.js
with
0 additions
and
6 deletions
+0
-6
docs/assets/js/application.js
+
0
-
6
View file @
ab8f4a39
...
@@ -14,12 +14,6 @@
...
@@ -14,12 +14,6 @@
// make code pretty
// make code pretty
window
.
prettyPrint
&&
prettyPrint
()
window
.
prettyPrint
&&
prettyPrint
()
// table sort example
if
(
$
.
fn
.
tablesorter
)
{
$
(
"
#sortTableExample
"
).
tablesorter
({
sortList
:
[[
1
,
0
]]
})
$
(
"
.tablesorter-example
"
).
tablesorter
({
sortList
:
[[
1
,
0
]]
})
}
// add-ons
// add-ons
$
(
'
.add-on :checkbox
'
).
on
(
'
click
'
,
function
()
{
$
(
'
.add-on :checkbox
'
).
on
(
'
click
'
,
function
()
{
var
$this
=
$
(
this
)
var
$this
=
$
(
this
)
...
...
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