rename navigation to navbar to fix a bug

I thought something was wrong when the downloads page only went up to 890something bytes. Of course, the navbar was being left out because the navbar was named incorrectly and thus the downloads page script could not find it.
This commit is contained in:
Owen Versteeg 2013-12-08 20:22:30 -05:00
parent 4ed95a8ee4
commit 716cc41dd2

View file

@ -1,7 +1,7 @@
#!/bin/bash
mkdir compiled -p
subtypes=(general buttons grid headings icons iehacks inputs messages navigation tables)
subtypes=(general buttons grid headings icons iehacks inputs messages navbar tables)
rm -f compiledcss.js
rm -f entireframework.js
i="0"