Update font awesome, change and add header icons for most pages

This commit is contained in:
2015-09-25 12:22:19 -04:00
parent 5293a1a50b
commit b420193c3d
42 changed files with 1064 additions and 178 deletions
+3 -2
View File
@@ -95,9 +95,10 @@ $(function() {
$(function() {
var idNavActiveRegex = {
'fuellog-nav': /\/fuellog/i,
'log-nav': /\/log|\/City|\/Purpose/i,
'log-nav': /\/log/i,
'vehicle-nav': /\/vehicle/i,
'user-nav': /\/user/i
'user-nav': /\/user/i,
'config-nav': /\/City|\/Purpose/i
};
var set = false;
$.each(idNavActiveRegex, function (id, regex) {