I'm mucking through the de-minified CKFinder source looking for where an alert
is being fired. I forced files to be renamed on upload, and now it's reminding me each time a file is uploaded when it doesn't actually matter.
I've gone through and commented out each alert
but it's still doing it. Refreshed cache also, and confirmed via Chrome Inspector. Is there any way to figure out what file/line this specific alert is coming from?
Try to redefine alert, then put a breakpoint. or call console.trace
alert = function(mesg) {console.trace(mesg)}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With