From d6c1d89bd47b336bae87ddf431f290334ca76052 Mon Sep 17 00:00:00 2001 From: ruan Date: Mon, 17 Jun 2019 13:10:32 +0200 Subject: [PATCH] Limit jQuery attempts to 30 (3 seconds) --- inc/header.php | 10 +++++----- inc/page.php | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/inc/header.php b/inc/header.php index 192b058..d28f364 100644 --- a/inc/header.php +++ b/inc/header.php @@ -68,10 +68,10 @@ $settings = $this->page->settings; @@ -100,8 +100,8 @@ $settings = $this->page->settings; )); ?> diff --git a/inc/page.php b/inc/page.php index 0f353d6..0589240 100644 --- a/inc/page.php +++ b/inc/page.php @@ -574,7 +574,7 @@ class Page { function table_end($clicky = true) { echo ''; if ($clicky) { - echo ""; + echo ""; } }