Skip to content

Commit

Permalink
Merge pull request #30 from camsys/quarter3
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
mathmerized authored Sep 25, 2018
2 parents f5f1a50 + 6f01eda commit 5d044e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/audits/_scripts.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
$(function() {
var last_tab = transam.get_ui_key_value(tab_key);
if (last_tab) {
$('a[href='+last_tab+']').tab('show');
$('a[href="'+last_tab+'"]').tab('show');
} else {
// Default to the first tab if no tab is stored
$('a[data-toggle="tab"]:first').tab('show');
Expand Down
2 changes: 1 addition & 1 deletion lib/transam_audit/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module TransamAudit
VERSION = "2.3.1"
VERSION = "2.3.2"
end

0 comments on commit 5d044e8

Please sign in to comment.