golden hour
/home/doctorbruno/public_html/taeionline.com/wp-content/plugins_old/genesis-simple-edits/assets/js
⬆️ Go Up
Upload
File/Folder
Size
Actions
admin.js
435 B
Del
OK
Edit: admin.js
jQuery(document).ready(function($) { $('.post-shortcodes').hide(); $('.footer-shortcodes').hide(); // toggles the slickbox on clicking the noted link  $('a.post-shortcodes-toggle').click(function() { $('.post-shortcodes').toggle(); return false; }); // toggles the slickbox on clicking the noted link  $('a.footer-shortcodes-toggle').click(function() { $('.footer-shortcodes').toggle(); return false; }); });
Save