Skip to content

Commit

Permalink
htdocs: Update package versions
Browse files Browse the repository at this point in the history
  checkboxes.js            1.0.6   1.2.2
  clipboard.js             1.7.1   1.7.1
  jquery                  1.10.1   3.6.0
  selectize               0.11.2  0.13.5
  sticky-table-headers     ?.?.?  0.1.24
  tablednd                 0.4.0   1.0.5

Amazingly, the only functional change required here is to add an
additional piece of code to re-enable shift-select [1]. This is
otherwise a straight swap.

[1] https://rmariuzzo.github.io/checkboxes.js/#range-selection-of-checkboxes

Signed-off-by: Stephen Finucane <stephen@that.guru>
  • Loading branch information
stephenfin committed May 10, 2022
1 parent 43d042b commit a741c95
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 735 deletions.
12 changes: 6 additions & 6 deletions htdocs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ js

:Website: https://jquery.com/
:GitHub: https://github.com/jquery/jquery
:Version: 1.10.1
:Version: 3.6.0

``jquery.checkboxes.js``
A jQuery plugin that gives you nice powers over your checkboxes.
Expand All @@ -92,7 +92,7 @@ js

:Website: http://rmariuzzo.github.io/checkboxes.js
:GitHub: https://github.com/rmariuzzo/checkboxes.js
:Version: 1.0.6
:Version: 1.2.2

``jquery.stickytableheaders.js``
A jQuery plugin that makes large tables more usable by having the table
Expand All @@ -102,7 +102,7 @@ js
scroll.

:GitHub: https://github.com/jmosbech/StickyTableHeaders
:Version: 0.1.19
:Version: 0.1.24

``jquery.tablednd.js``
jQuery plug-in to drag and drop rows in HTML tables.
Expand All @@ -111,8 +111,8 @@ js
patches in said bundle.

:Website: http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/
:GitHub: jQuery plug-in to drag and drop rows in HTML tables
:Version: ???
:GitHub: https://github.com/isocra/TableDnD
:Version: 1.0.5

``js.cookie.min.js``
Library used to handle cookies.
Expand All @@ -134,4 +134,4 @@ js

:Website: https://selectize.github.io/selectize.js/
:GitHub: https://github.com/selectize/selectize.js
:Version: 0.11.2
:Version: 0.13.5
Loading

0 comments on commit a741c95

Please sign in to comment.