mirror of
https://github.com/KevinMidboe/rohnenedre.git
synced 2025-12-08 20:39:02 +00:00
Initial commit. State 04.2021.
This commit is contained in:
9
wp-content/plugins/wpclef/assets/dist/js/clef_heartbeat.js
vendored
Normal file
9
wp-content/plugins/wpclef/assets/dist/js/clef_heartbeat.js
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
jQuery(document).ready(function() {
|
||||
if (wp.heartbeat) {
|
||||
wp.heartbeat.interval("fast");
|
||||
wp.heartbeat.enqueue("clef", "cleflogout", true);
|
||||
return jQuery(document).on("heartbeat-tick", function(e, data) {
|
||||
return wp.heartbeat.enqueue("clef", "cleflogout", true);
|
||||
});
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user