Dhaval Varsada
Results
2
comments of
Dhaval Varsada
Refused to execute script from 'https://raw.github.com/marioestrada/jQuery-gMap/master/jquery.gmap.min.js' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled. Error Generated in chrome but mozila Completely run this...
$("#editor").on('paste',function(e){ e.preventDefault(); var text = (e.originalEvent || e).clipboardData.getData('text/plain') || prompt('Paste something..'); document.execCommand('insertText', false, text); });