Skip to content

Commit

Permalink
Item10302: latest jquery
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@12518 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Sep 13, 2011
1 parent 5274001 commit 1aa76ec
Show file tree
Hide file tree
Showing 4 changed files with 9,053 additions and 3 deletions.
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.4.3, jquery-1.4.4, jquery-1.5, jquery-1.5.1, jquery-1.5.2, jquery-1.6.1, jquery-1.6.2, jquery-1.6.3**
$Foswiki::cfg{JQueryPlugin}{JQueryVersion} = 'jquery-1.6.3';
# **SELECT jquery-1.4.3, jquery-1.4.4, jquery-1.5, jquery-1.5.1, jquery-1.5.2, jquery-1.6.1, jquery-1.6.2, jquery-1.6.3, jquery-1.6.4**
$Foswiki::cfg{JQueryPlugin}{JQueryVersion} = 'jquery-1.6.4';

# **SELECT ,base, flickr, foswiki, lightness, redmond, smoothness**
$Foswiki::cfg{JQueryPlugin}{JQueryTheme} = 'foswiki';
Expand Down
3 changes: 3 additions & 0 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,9 @@ pub/System/JQueryPlugin/jquery-1.6.2.uncompressed.js 0644
pub/System/JQueryPlugin/jquery-1.6.3.js 0644
pub/System/JQueryPlugin/jquery-1.6.3.js.gz 0644
pub/System/JQueryPlugin/jquery-1.6.3.uncompressed.js 0644
pub/System/JQueryPlugin/jquery-1.6.4.js 0644
pub/System/JQueryPlugin/jquery-1.6.4.js.gz 0644
pub/System/JQueryPlugin/jquery-1.6.4.uncompressed.js 0644
pub/System/JQueryPlugin/Makefile 0644
pub/System/JQueryPlugin/Makefile.include 0644
pub/System/JQueryPlugin/plugins/autocomplete/jquery.autocomplete.css 0644
Expand Down
3 changes: 2 additions & 1 deletion JQueryPlugin/pub/System/JQueryPlugin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ TARGET=\
jquery-1.5.2.js \
jquery-1.6.1.js \
jquery-1.6.2.js \
jquery-1.6.3.js
jquery-1.6.3.js \
jquery-1.6.4.js

-include Makefile.include
Loading

0 comments on commit 1aa76ec

Please sign in to comment.