diff options
| author | 2015-01-22 08:29:58 +0100 | |
|---|---|---|
| committer | 2015-01-22 08:29:58 +0100 | |
| commit | dfaf1c451fa418b562aff40935d53a2128dc19a3 (patch) | |
| tree | 4be648292bacf34761187119366bddb9898a9bf1 /p/scripts | |
| parent | 964a768bc384425e45ae953bff0f6f757078e7d6 (diff) | |
Revert "! encoding problem"
This reverts commit 964a768bc384425e45ae953bff0f6f757078e7d6.
Diffstat (limited to 'p/scripts')
| -rw-r--r-- | p/scripts/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p/scripts/main.js b/p/scripts/main.js index 596ea2c32..0561097e5 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); } }); |
