D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
pinaclec
/
public_html
/
wp-content
/
plugins
/
adminimize
/
js
/
Filename :
timestamp.js
back
Copy
/** * timestamp open */ addLoadEvent(function(){ open_timestamp(); jQuery('.edit-timestamp').click(); }); function open_timestamp() { jQuery('.edit-timestamp').click(function () { if ( jQuery('#timestampdiv').is(":hidden") ) { jQuery('#timestampdiv').slideDown("normal"); jQuery('.edit-timestamp').hide(); } return false; }); }