Skip to content

Commit

Permalink
Fix admin tab initialisation #1754
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Jan 25, 2019
1 parent f06635b commit 371ea95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#Tue Jun 20 09:06:54 EST 2017
app.grails.version=2.5.6
app.name=fieldcapture
app.version=1.37
app.version=1.37.1
4 changes: 2 additions & 2 deletions grails-app/views/project/index.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,8 @@
},
'admin': {
initialiser: function () {
populatePermissionsTable();
$(options.reportingConfigSelector).validationEngine();
//populatePermissionsTable();
//$(options.reportingConfigSelector).validationEngine();
}
}
};
Expand Down

0 comments on commit 371ea95

Please sign in to comment.