Browse
For agents
About
Catch Breadcrumb
/
1.7
Catch Breadcrumb
v1.7
Switch version
trunk
1.0.0
1.0.1
1.0.2
1.1
1.2
1.3
1.4
1.5
1.5.1
1.5.2
1.5.3
1.5.4
1.5.5
1.5.6
1.5.7
1.5.8
1.5.9
1.6
1.7
1.8
1.9
2.0
2.1
2.2
All 29 releases
Overview
Code
catch-breadcrumb
/
admin
/
js
/
our-themes.js
our-themes.js
in Catch Breadcrumb 1.7, 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
}
)
;