From f3f5448ee26a2cc374fe3f0c00dcf851c8cd5621 Mon Sep 17 00:00:00 2001 From: ping Date: Tue, 16 Apr 2019 15:01:25 +0800 Subject: [PATCH] Modify page footer --- js/ui-block.js | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/js/ui-block.js b/js/ui-block.js index c6dba63..30a93e4 100644 --- a/js/ui-block.js +++ b/js/ui-block.js @@ -110,16 +110,8 @@ var uiBlock = function () { i18n.run($(selector) .addClass("container footer") .html( - "" + - "" + - '')); + "" + + '')); } function header(selector) {