sydcanem / bootstrap-contextmenu

Context menu plugin for Twitter's Bootstrap framework
http://sydcanem.com/bootstrap-contextmenu/
645 stars 193 forks source link

fixing CDN references on demo.html page #30

Closed rovolution closed 10 years ago

rovolution commented 11 years ago

Hi sydcanem,

First off, I wanted to say thank you for making a really cool/useful plugin! When I opened up the demo.html page, I got the following:

screen shot 2013-08-20 at 9 43 26 pm

The page looked un-styled, and the console was throwing the following error messages:

 Uncaught SyntaxError: Unexpected token <                                     getbootstrap.com/2.3.2/:1
 Uncaught ReferenceError: prettyPrint is not defined                              demo.html:32

I just updated some of the CDN references to point towards valid resources (for Bootstrap, JQuery, etc...) so that the demo page renders correctly. After I made the updates, the page was rendering properly and not throwing the errors. I think this would be a good fix to ensure the demo is working properly.

Thanks! -Rohit K