Skip to content

Commit

Permalink
Item12195: default to jquery-1.8.2
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x01@15730 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Oct 26, 2012
1 parent 7f75537 commit 92ad20c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions JQueryPlugin/data/System/JQueryPlugin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ reduce bandwidth and speed up interactive performance.
| Release: | %$RELEASE% |
| Version: | %$VERSION% |
| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 26 Oct 2012: | Item12195: Default jquery version is jquery-1.8.2 now |
| 24 Oct 2012: | Item12190: Chili enabled by default, warning demoted to a note. |
| 17 Oct 2012: | (4.44) - Item12048: upgrade to jquery-ui-1.8.23; added jquery-1.8.2 |
| 11 Jul 2012: | (4.43) - Item11993: upgraded JQueryLiveQuery to 1.3.1 ; reworked documentation and examples; %BR% \
Expand Down
4 changes: 2 additions & 2 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/Config.spec
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ $Foswiki::cfg{JQueryPlugin}{NoConflict} = 0;
# **STRING**
$Foswiki::cfg{JQueryPlugin}{DefaultPlugins} = '';

# **SELECT jquery-1.7.2, jquery-1.7.1, jquery-1.8.0, jquery-1.8.1, jquery-1.8.2**
$Foswiki::cfg{JQueryPlugin}{JQueryVersion} = 'jquery-1.7.2';
# **SELECT jquery-1.7.1, jquery-1.7.2, jquery-1.8.0, jquery-1.8.1, jquery-1.8.2**
$Foswiki::cfg{JQueryPlugin}{JQueryVersion} = 'jquery-1.8.2';

# **SELECT ,base, flickr, foswiki, lightness, redmond, smoothness**
$Foswiki::cfg{JQueryPlugin}{JQueryTheme} = 'foswiki';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
margin:0px 8px 0px 0px;
display:block;
float:left;
height:23px;
padding:0px;
white-space:nowrap;
}
Expand Down Expand Up @@ -49,7 +48,6 @@ a.jqButton:hover {
background-repeat:no-repeat;
cursor:pointer;
float:left;
height:23px;
line-height:23px;
padding:0px 5px 0px 8px;
margin:0px 3px 0px 0px;
Expand Down

0 comments on commit 92ad20c

Please sign in to comment.