Added link selector interface to WYSIWYG editor

This commit is contained in:
Dan Brown
2016-09-01 20:36:22 +01:00
parent 56df64063d
commit 5b64358ef1
9 changed files with 163 additions and 39 deletions

View 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