Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
piks3l
Respect My Net
Commits
409df908
Commit
409df908
authored
Sep 22, 2011
by
stef
Browse files
[enh] list default sorting
parent
de6b5023
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/list.html
View file @
409df908
...
...
@@ -9,7 +9,10 @@
<script
type=
"text/javascript"
src=
"{%media_url%}/js/picnet.table.filter.min.js"
></script>
<script
type=
"text/javascript"
>
$
(
document
).
ready
(
function
()
{
$
(
"
#sortedlist
"
).
tablesorter
({
headers
:
{
7
:
{
sorter
:
false
},
}});
$
(
"
#sortedlist
"
).
tablesorter
({
headers
:
{
7
:
{
sorter
:
false
},},
sortList
:
[[
0
,
0
],[
1
,
0
]],
});
$
(
'
#sortedlist
'
).
tableFilter
();
$
(
'
.confirm_form
'
).
submit
(
function
()
{
var
self
=
this
;
...
...
Write
Preview
Supports
Markdown
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