From fa91c791f9032a6b11514097de78e73246ca53c4 Mon Sep 17 00:00:00 2001 From: Andrey Kuvshinov Date: Thu, 21 May 2020 22:24:01 +0300 Subject: [PATCH] correct js --- app/pub/scripts/klanviewer.js | 2 +- app/views/anpdf3.phtml | 4 +++- app/views/layout.phtml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/pub/scripts/klanviewer.js b/app/pub/scripts/klanviewer.js index 475f1f1..2886c27 100644 --- a/app/pub/scripts/klanviewer.js +++ b/app/pub/scripts/klanviewer.js @@ -44,7 +44,7 @@ function renderPage() { pageNumPending = null; } - el_title.innerHTML = ''; + // el_title.innerHTML = ''; }); }); diff --git a/app/views/anpdf3.phtml b/app/views/anpdf3.phtml index 0688775..173470e 100644 --- a/app/views/anpdf3.phtml +++ b/app/views/anpdf3.phtml @@ -3,7 +3,9 @@ pageNum = , category = , baseurl ='', - url = '' + url = '', + pageRendering = false, + pageNumPending = null, nexturl = '', newcurr ='', prevurl = ''; diff --git a/app/views/layout.phtml b/app/views/layout.phtml index 2cb0cfb..772333e 100644 --- a/app/views/layout.phtml +++ b/app/views/layout.phtml @@ -4,7 +4,7 @@ "> - +