Skip to content

Commit

Permalink
Item10245: Make TABPANE contents visible if no javascript
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x01@10518 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Jan 11, 2011
1 parent 8464abf commit b669065
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/TABPANE.pm
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sub new {
$class->SUPER::new(
$session,
name => 'Tabpane',
version => '1.2',
version => '1.2.1',
author => 'Michael Daum',
homepage => 'http://michaeldaumconsutling.com',
tags => 'TABPABNE, ENDTABPANE, TAB, ENDTAB',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
margin:0px;
padding:0px;
}
.jqTab {
.foswikiJs .jqTab {
display:none; /* switched on by plugin */
border:1px solid #BDBEC5;
padding:0px;
Expand All @@ -14,7 +14,7 @@
.jqTab.current {
display:block;
}
.jqTabContents {
.foswikiJs .jqTabContents {
padding:1em;
}
ul.jqTabGroup {
Expand Down

0 comments on commit b669065

Please sign in to comment.