Skip to content

Commit

Permalink
Fix idletimer version in docs (primefaces#11164)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Dec 21, 2023
1 parent 8245019 commit 178517b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/14_0_0/core/thirdpartylibs.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ are many other third party libraries and plugins used to support features.
| [Cropper.js](../jsdocs/classes/node_modules_cropperjs_types.Cropper-1.html) | 1.5.13 | https://github.com/fengyuanchen/cropperjs |
| [Download.js](../jsdocs/modules/node_modules__types_downloadjs.html) | 4.2 | http://danml.com/download.html |
| [FullCalendar](../jsdocs/classes/node_modules__fullcalendar_core_main.Calendar.html) | 5.11.3 | https://fullcalendar.io/ |
| [Idle Timer](../jsdocs/interfaces/src_PrimeFaces.JQuery-1.html#idleTimer) | 1.1.0 - 2016-03-21 | https://github.com/thorst/jquery-idletimer |
| [Idle Timer](../jsdocs/interfaces/src_PrimeFaces.JQuery-1.html#idleTimer) | 1.1.1 | https://github.com/thorst/jquery-idletimer |
| [Input Mask](../jsdocs/interfaces/node_modules__types_inputmask.default.Static.html) | 5.0.9 | https://github.com/RobinHerbots/Inputmask |
| [jQuery Autosize](../jsdocs/modules/src_PrimeFaces.html#autosize-1) | 4.0.2 | http://www.jacklmoore.com/autosize |
| [jQuery Browser Plugin](../jsdocs/interfaces/src_PrimeFaces.JQueryStatic.html#browser) | 0.1.0 | https://github.com/gabceb/jquery-browser-plugin |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Idle Timer - v1.1.0 - 2016-03-21
/*! Idle Timer - v1.1.1 - 2020-06-25
* https://github.com/thorst/jquery-idletimer
* Copyright (c) 2016 Paul Irish; Licensed MIT */
* Copyright (c) 2020 Paul Irish; Licensed MIT */
/*
mousewheel (deprecated) -> IE6.0, Chrome, Opera, Safari
DOMMouseScroll (deprecated) -> Firefox 1.0
Expand Down

0 comments on commit 178517b

Please sign in to comment.