CultivateLabs / storytime

Storytime is a Rails 4+ CMS and blogging engine, with a core focus on content. It is built and maintained by @cultivatelabs
MIT License
752 stars 81 forks source link

If you have a file called bootstrap.js.coffee Admin setting does not work #199

Open serialbandicoot opened 8 years ago

serialbandicoot commented 8 years ago

I've found this issue where if you have a file called bootstrap.js.coffee in your assets/javascript, which I do because I've used the twitter-bootstrap-rails gem. Then the Admin setting will not display.

  1. Create the following file: /app/assets/javascripts/bootstrap.js.coffee
  2. Goto page /storytime
  3. click on setting icon

Expected: The dropdown should display Actual: Refreshes the page