I have a collapse item inside my navbar and when I tap on the link to see the nested links, the whole navbar closes and opens again. This doesn't happen when I remove require('argon') from my js, and nothing seems to stop working when I remove it.
This makes me wonder, should I have even included the js file in the first place?
I have a
collapse
item inside my navbar and when I tap on the link to see the nested links, the whole navbar closes and opens again. This doesn't happen when I removerequire('argon')
from my js, and nothing seems to stop working when I remove it.This makes me wonder, should I have even included the js file in the first place?