diff options
| author | 2014-10-02 19:49:49 +0200 | |
|---|---|---|
| committer | 2014-10-02 19:49:49 +0200 | |
| commit | 43c1183c93d149f74dbb02887cfb0ca86c71fed8 (patch) | |
| tree | 530e926a456b07a869a0ea7a15616623c67b5d95 /p/scripts/main.js | |
| parent | 9b2ad32e98e4720d5ee422fccd3069f086ee8563 (diff) | |
| parent | ce43b1761b810c89e5e8660e8ae2638e97ca6339 (diff) | |
Merge branch '646-new-cat-system' into dev
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 c9e8dd299..37281a907 100644 --- a/p/scripts/main.js +++ b/p/scripts/main.js @@ -1240,7 +1240,7 @@ function init_slider_observers() { return; } - $('.open-slider').on('click', function() { + $('.post').on('click', '.open-slider', function() { if (ajax_loading) { return false; } |
