From 56dcee2fb821f78910cb6daf8c2ef8c2938213ca Mon Sep 17 00:00:00 2001 From: Kasen IO Date: Sun, 15 Mar 2020 22:32:32 -0400 Subject: [PATCH] Fix whitespace. --- more/more.html | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/more/more.html b/more/more.html index f2debf6..9fcc3a8 100644 --- a/more/more.html +++ b/more/more.html @@ -123,7 +123,6 @@ }; EventBridge.emitWebEvent(JSON.stringify(readyEvent)); - } function uninstall(script, btnId){ @@ -137,9 +136,8 @@ EventBridge.emitWebEvent(JSON.stringify(readyEvent)); } - - + @@ -254,15 +252,10 @@ } else { document.getElementById("data").innerHTML = "




Sorry, no result found.






"; } - requestRunningScriptData(); - } - - //pager - function pagetoPrevious(){ offset = offset - perpage; if (offset < 0) { @@ -275,10 +268,8 @@ offset = offset + perpage; listBuilder(search, offset, perpage); } - - + listBuilder(search, offset, perpage); -