diff options
Diffstat (limited to 'examples.html')
| -rw-r--r-- | examples.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/examples.html b/examples.html index 8009e9a..7dbfc92 100644 --- a/examples.html +++ b/examples.html @@ -83,7 +83,7 @@ <p id="filter_function_label">Or filter by used functions in the example:</p> <div id="filter_function"> <input></input> - <p id="occurences_counter"></p> + <p id="matches_counter"></p> </div> <!-- Items container, filled when loading --> @@ -100,9 +100,6 @@ <!-- Add jQuery library --> <script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script> - <!-- Add jQuery throttle and debounce --> - <script src="common/libs/jquery.throttle-debounce.js"></script> - <!-- Add jQuery easing plugin --> <script src="common/libs/jquery.easing.1.3.js"></script> |
