twitter bootstrap drop down suddenly not working

后端 未结 14 1250
半阙折子戏
半阙折子戏 2020-11-28 22:18

i was wondering if someone could help me. my bootstrap drop down menu suddenly stopped working. i have no idea why. it was working before. i didn\'t touch my views my layout

14条回答
  •  北海茫月
    2020-11-28 23:09

    if precompiling assets does not work try also removing precompiled assets

    rake assets:clean

    I found that dropdown js being loaded twice into the asset pipeline seems to open and close the dropdown menu instantly, but would work fine in Heroku/Production.

提交回复
热议问题