saribe / eModal

Easy Modal for bootstrap, is a simple way to create modal dialogs using javascript.
http://saribe.github.io/eModal
271 stars 97 forks source link

Uncaught SyntaxError: Unexpected token #8

Closed karthik-code closed 9 years ago

karthik-code commented 9 years ago

I am receiving an error in browser console as below :

eModal.min.js.map:2 Uncaught SyntaxError: Unexpected token

But everything is working fine. How to fix this issue?

saribe commented 9 years ago

Are you using Google Chrome? please check this link: http://stackoverflow.com/questions/18365315/jquerys-jquery-1-10-2-min-map-is-triggering-a-404-not-found

Disable *.map request in browser, for debug, use non minified version of eModal

Is releated whit it?

Best

Samuel Ribeiro Pinto

2015-05-28 16:39 GMT+01:00 Karthikeyan notifications@github.com:

I am receiving an error in browser console as below :

eModal.min.js.map:2 Uncaught SyntaxError: Unexpected token

But everything is working fine.

— Reply to this email directly or view it on GitHub https://github.com/saribe/eModal/issues/8.

karthik-code commented 9 years ago

Chrome & Firefox both logs the above error in console. It seems not necessary to include *.map file in production site. I removed it. Thanks.