PATH:
home
/
centosnipponia
/
public_html
/
nipponiagt
/
wp-content
/
plugins
/
wp-store-locator-csv
/
admin
/
js
jQuery( document ).ready( function( $ ) { $( "#wpsl-csv-tools-form" ).submit( function ( e ) { if ( $( "#wpsl-bulk-delete" ).is( ":checked" ) ) { e.preventDefault(); $( "#dialog" ).dialog({ resizable: false, height: "auto", width: 400, modal: true, buttons: { "Yes": function() { $( this ).dialog( "close" ); $( "#wpsl-csv-tools-form" ).unbind( "submit" ).submit(); }, Cancel: function() { $( this ).dialog( "close" ); } } }); } }); $( ".wpsl-slide-option" ).change( function() { $( this ).parents( "tr" ).next( "tr" ).toggle(); }); });
[+]
..
[-] wpsl-csv-tools.min.js
[edit]
[-] wpsl-csv-tools.js
[edit]
[-] .htaccess.disabled
[edit]