]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/js/global.js
Added link selector interface to WYSIWYG editor
[bookstack] / resources / assets / js / global.js
index cc868a0eae0bc4bd93a68de286ce655b382751e2..eb275096595f34d33ed9b77f68848821d4dac876 100644 (file)
@@ -135,6 +135,11 @@ $(function () {
         $(this).closest('.overlay').fadeOut(240);
     });
 
+    $('.overlay').click(function(event) {
+        if (!$(event.target).hasClass('overlay')) return;
+        $(this).fadeOut(240);
+    });
+
 });
 
 // Page specific items