Skip to content

Commit

Permalink
Tabbed interface tab panels now display when JavaScript is disabled. …
Browse files Browse the repository at this point in the history
…Removed hanging comma from settings.js.
  • Loading branch information
Paul Jackson authored and Paul Jackson committed Jun 13, 2012
1 parent 3085110 commit 924bb45
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/js/css/pe-ap-ie-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/js/css/pe-ap-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/js/settings.js
Expand Up @@ -7,7 +7,7 @@ WET-BOEW-Settings
*/
var wet_boew_properties = {
/** global plugins are called via a array of dependency names **/
globals : [/*'toolbar'*/],
globals : [/*'toolbar'*/]
};

/*
Expand Down
2 changes: 1 addition & 1 deletion src/js/sass/tabbedinterface.scss
Expand Up @@ -54,7 +54,7 @@
display:none;
}

.tabs-panel > div.active{
.tabs-panel > div.active, .no-js .tabs-panel > div{
display:block;
}

Expand Down
2 changes: 1 addition & 1 deletion src/js/settings.js
Expand Up @@ -7,7 +7,7 @@ WET-BOEW-Settings
*/
var wet_boew_properties = {
/** global plugins are called via a array of dependency names **/
globals : [/*'toolbar'*/],
globals : [/*'toolbar'*/]
};

/*
Expand Down

0 comments on commit 924bb45

Please sign in to comment.