diff options
Diffstat (limited to 'static/js/weabot.js')
-rw-r--r-- | static/js/weabot.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/static/js/weabot.js b/static/js/weabot.js index 1f8db2e..a79834d 100644 --- a/static/js/weabot.js +++ b/static/js/weabot.js @@ -140,7 +140,6 @@ function expandimg(e) { while(img_cont.lastChild) img_cont.removeChild(img_cont.lastChild); img_cont.appendChild(new_img); - e.preventDefault(); } } |