PATH:
home
/
letacommog
/
adelcya
/
wp-content
/
themes
/
betheme
/
functions
/
admin
/
assets
jQuery( function($){ /** * Dashboard | Deregister theme | Confirmation */ $( '.form-deregister .confirm.deregister' ).on( 'click', 'a', function(e){ e.preventDefault(); $( this ).parent().hide() .next().fadeIn( ); }); $( '.form-deregister .question' ).on( 'click', 'a.cancel', function(e){ e.preventDefault(); $( this ).parent().hide() .prev().fadeIn( ); }); });
[+]
..
[+]
images
[+]
plugins
[-] dashboard.js
[edit]
[-] dashboard.css
[edit]