summaryrefslogtreecommitdiffhomepage
path: root/examples.html
diff options
context:
space:
mode:
authorRokas Puzonas <[email protected]>2023-08-26 14:36:13 +0300
committerRokas Puzonas <[email protected]>2023-08-26 14:36:13 +0300
commit9180122b48374dc585eaa0e7e8a59ad75ffa4e40 (patch)
treed272de218e6fc3dbed9cc8e1eff2b8b81e28e7bf /examples.html
parentc797f8a500874a2032ed744317cf03c37dfcddbe (diff)
downloadraylib.com-9180122b48374dc585eaa0e7e8a59ad75ffa4e40.tar.gz
raylib.com-9180122b48374dc585eaa0e7e8a59ad75ffa4e40.zip
update format of function_usages.json
Diffstat (limited to 'examples.html')
-rw-r--r--examples.html5
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>