From 03081fe9a21a3746ba3dac689f449b7ff3254f95 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 25 Nov 2013 17:59:07 +0100 Subject: Ajout du mode global pour icon() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Oublié dans https://github.com/marienfressinaud/FreshRSS/commit/eae19e13634593d919811f527eff9e1efd34c03b --- public/scripts/global_view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public') diff --git a/public/scripts/global_view.js b/public/scripts/global_view.js index 14fad9525..0cdcdd3fa 100644 --- a/public/scripts/global_view.js +++ b/public/scripts/global_view.js @@ -30,7 +30,7 @@ function load_panel(link) { function init_close_panel() { $("#panel .close").click(function () { - $("#panel").html(''); + $("#panel").html('' + window.iconClose + ''); init_close_panel(); $("#panel").slideToggle(); $("#overlay").fadeOut(); -- cgit v1.2.3