Browse
For agents
About
Essential Widgets
/
trunk
Essential Widgets
vtrunk
Switch version
3.2.1
3.3
3.2
trunk
1.0.0
1.0.1
1.1
1.2
1.2.1
1.2.2
1.3
1.4
1.4.1
1.5
1.6
1.7
1.7.1
1.7.2
1.7.3
1.7.4
1.8
1.9
2.0
2.1
2.2
All 31 releases
Overview
Code
essential-widgets
/
admin
/
js
/
our-themes.js
our-themes.js
in Essential Widgets trunk, at admin/js/our-themes.js
4 lines
173 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
jQuery
(
document
)
.
ready
(
function
(
$
)
{
2
var
our_themes
=
'
<li><a href="#" data-sort="catchthemes">Catch Themes</a></li>
'
;
3
$
(
'
.filter-links
'
)
.
append
(
our_themes
)
;
4
}
)
;