Correct reports not having all query parameters

Other small corrections
This commit is contained in:
2014-05-21 10:55:24 -04:00
parent 365aa47328
commit 750450f1f9
10 changed files with 54 additions and 43 deletions
+2 -1
View File
@@ -92,7 +92,7 @@ $(function() {
// Add active class to nav
$(function() {
var idNavActiveRegex = {
'log-nav': /\/log/i,
'log-nav': /\/log|\/City|\/Purpose/i,
'vehicle-nav': /\/vehicle/i,
'user-nav': /\/user/i
};
@@ -116,6 +116,7 @@ function addButtonIcons () {
'Delete': 'trash',
'Add': 'plus',
'Export': 'download',
'Import': 'upload',
'Driver Mileage': 'user',
'Vehicle Mileage': 'car'
};