0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
wordpress
/
themes
/
monochrome
/
admin
/
[
Home
]
File: script.js
jQuery(function(){ function showhide(){ if(jQuery('#use_wp_nav_menu').attr('checked')) jQuery('#old_menu_function').hide(); else jQuery('#old_menu_function').show(); } jQuery('#use_wp_nav_menu').click(showhide); showhide(); });