/var/www/vhosts/ihelp.ro/httpdocs/plugins/AdminLTE/webroot/js
NameSizeModeActions
pages/-0755rm
admin.js23270644editdlrm
adminlte.js775160644editdlrm
adminlte.js.map1322780644editdlrm
adminlte.min.js354830644editdlrm
adminlte.min.js.map982220644editdlrm
custom.js.delete8560644editdlrm
demo.js135890644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/plugins/AdminLTE/webroot/js/custom.js.delete (856B)
$(document).ready(function () { $('.sponsor-img').change(function () { if (this.files && this.files[0]) { var reader = new FileReader(); reader.onload = function (e) { $('#imagePreview').attr('src', e.target.result); }; reader.readAsDataURL(this.files[0]); } }) $('.banner-img').change(function () { if (this.files && this.files[0]) { var reader = new FileReader(); reader.onload = function (e) { $('#bannerImg').attr('src', e.target.result); }; reader.readAsDataURL(this.files[0]); } }) // Daterangepicker // reset filters $('.btn-reset').on('click', function () { location.href = location.protocol + '//' + location.host + location.pathname }) })