Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
adminimize
/
js
:
timestamp.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
/** * 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; }); }