From 963dd6d26077a3e6a316736ab5ba1befcb8ad97c Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 22 Jan 2015 08:31:54 +0100 Subject: ! encoding problem 2 https://github.com/FreshRSS/FreshRSS/commit/964a768bc384425e45ae953bff0f6f757078e7d6#commitcomment-9385695 --- p/scripts/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p/scripts') diff --git a/p/scripts/main.js b/p/scripts/main.js index 0561097e5..1be75bb12 100644 --- a/p/scripts/main.js +++ b/p/scripts/main.js @@ -519,7 +519,7 @@ function init_column_categories() { if ($(this).nextAll('.dropdown-menu').length === 0) { var feed_id = $(this).closest('.item').attr('id').substr(2), feed_web = $(this).data('fweb'), - template = $('#feed_config_template').html().replace(/!!!!!!/g, feed_id).replace('http://example.net/', feed_web); + template = $('#feed_config_template').html().replace(/------/g, feed_id).replace('http://example.net/', feed_web); $(this).attr('href', '#dropdown-' + feed_id).prev('.dropdown-target').attr('id', 'dropdown-' + feed_id).parent().append(template); } }); -- cgit v1.2.3