Browse
For agents
About
Ever Compare – Products Compare Plugin for WooCommerce
/
1.0.0
Ever Compare – Products Compare Plugin for WooCommerce
v1.0.0
Switch version
1.3.7
1.1.7
1.1.8
1.1.9
1.2.0
1.2.1
1.2.2
1.2.3
1.2.4
1.2.5
1.2.6
1.2.7
1.2.8
1.2.9
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
trunk
1.0.0
1.0.1
1.0.2
All 31 releases
Overview
Code
ever-compare
/
assets
/
js
/
admin.js
admin.js
in Ever Compare – Products Compare Plugin for WooCommerce 1.0.0, at assets/js/admin.js
9 lines
251 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
;
(
function
(
$
)
{
2
"
use strict
"
;
3
4
//
Active settigns menu item
5
if
(
typeof
evercompare
.
is_settings
!=
"
undefined
"
&&
evercompare
.
is_settings
==
1
)
{
6
$
(
'
.toplevel_page_evercompare .wp-first-item
'
)
.
addClass
(
'
current
'
)
;
7
}
8
9
}
)
(
jQuery
)
;