Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
tweaked the default values for rowFilter and colFilter to work with j…
Browse files Browse the repository at this point in the history
…Query 1.8+. Fixes #9
  • Loading branch information
Scott Jehl committed Nov 15, 2012
1 parent fa7fb07 commit a78d8a3
Show file tree
Hide file tree
Showing 5 changed files with 9,445 additions and 5 deletions.
2 changes: 1 addition & 1 deletion editable.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
enhance({
loadScripts: [
{src: 'js/excanvas.js', iecondition: 'all'},
'https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js',
'js/jquery.js',
'js/visualize.jQuery.js',
'js/example-editable.js'
],
Expand Down
2 changes: 1 addition & 1 deletion filtering.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
enhance({
loadScripts: [
{src: 'js/excanvas.js', iecondition: 'all'},
'https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js',
'js/jquery.js',
'js/visualize.jQuery.js',
'js/example-filtering.js'
],
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
enhance({
loadScripts: [
{src: 'js/excanvas.js', iecondition: 'all'},
'https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js',
'js/jquery.js',
'js/visualize.jQuery.js',
'js/example.js'
],
Expand Down
Loading

0 comments on commit a78d8a3

Please sign in to comment.