D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
oems
/
wp-content
/
plugins
/
pdf-print
/
js
/
Filename :
custom_script.js
back
Copy
( function( $ ) { $( document ).ready( function() { if( typeof pdfprnt_display_buttons != 'undefined' && 0 == $( '.pdfprnt-buttons' ).length ) { if( pdfprnt_display_buttons.top ) { $( pdfprnt_display_buttons.top ).insertBefore( 'main' ); } if( pdfprnt_display_buttons.bottom ) { $( pdfprnt_display_buttons.bottom ).insertAfter( 'main' ); } } } ); } )( jQuery );