clu3 / bootstro.js

Tiny JS library using bootstrap's popovers to help guide your users around your website
http://clu3.github.io/bootstro.js/
MIT License
1.33k stars 235 forks source link

Demo for bootstrap 2 is now working #46

Closed pooyaEst closed 1 month ago

pooyaEst commented 10 years ago

its not working here is console log

Refused to execute script from 'https://raw.github.com/clu3/bootstro.js/master/bootstro.js' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled. bootstrap2.html:1 Uncaught ReferenceError: bootstro is not defined bootstrap2.html:417 body.scrollTop is deprecated in strict mode. Please use 'documentElement.scrollTop' if in strict mode and 'body.scrollTop' only if in quirks mode. body.scrollLeft is deprecated in strict mode. Please use 'documentElement.scrollLeft' if in strict mode and 'body.scrollLeft' only if in quirks mode. event.returnValue is deprecated. Please use the standard event.preventDefault() instead.

darrensw commented 10 years ago

AFAIK you should be linking from GH - create your own js file and try it.

clu3 commented 10 years ago

I thought i already updated the repo a few days ago (See #44 ). Could you please refresh the page?