diff options
| author | 2014-10-02 11:39:51 +0200 | |
|---|---|---|
| committer | 2014-10-02 11:39:51 +0200 | |
| commit | db4da3babc0864099c5ab48e3583d0546a2759d8 (patch) | |
| tree | 235f119202235a0aa805ad74aef9d00799e739b2 /p/scripts/main.js | |
| parent | bbedca510bb0b88850476bf2e2aa6af8c02ac741 (diff) | |
First draft for drag and drop
We can change feed category by drag and drop! Need improvements...
See https://github.com/marienfressinaud/FreshRSS/issues/646
Diffstat (limited to 'p/scripts/main.js')
| -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 005dc961b..e8055e00f 100644 --- a/p/scripts/main.js +++ b/p/scripts/main.js @@ -1247,7 +1247,7 @@ function init_slider_observers() { return; } - $('.open-slider').on('click', function() { + $('.post').on('click', '.open-slider', function() { if (ajax_loading) { return false; } |
