summaryrefslogtreecommitdiffstatshomepage
path: root/www/js/class-tools.js
diff options
context:
space:
mode:
authorcarson <carson@leaddyno.com>2020-05-24 22:40:37 -0700
committercarson <carson@leaddyno.com>2020-05-24 22:40:37 -0700
commite419212036c8e27aa6e47b22d51aada9073e2ab9 (patch)
tree3d5a9b8cf9e2ae8d07950c61a1ef86ac9c4a576c /www/js/class-tools.js
parent4efd261fde389e1910a32872134b6e3d751b0075 (diff)
downloadhtmx-e419212036c8e27aa6e47b22d51aada9073e2ab9.tar.gz
htmx-e419212036c8e27aa6e47b22d51aada9073e2ab9.zip
lowercase vibe
Diffstat (limited to 'www/js/class-tools.js')
-rw-r--r--www/js/class-tools.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/class-tools.js b/www/js/class-tools.js
index 092a5778..fa1493db 100644
--- a/www/js/class-tools.js
+++ b/www/js/class-tools.js
@@ -14,7 +14,7 @@
if (classDef.indexOf(":") > 0) {
var splitCssClass = classDef.split(':');
cssClass = splitCssClass[0];
- delay = parseInterval(splitCssClass[1]);
+ delay = htmx.parseInterval(splitCssClass[1]);
} else {
cssClass = classDef;
delay = 100;