24
1
Fork 0

fix Nevermind button

This commit is contained in:
Daniela Arcese 2017-06-23 13:35:17 -04:00
parent 4dadec5ae9
commit 0b4301be9e
1 changed files with 7 additions and 1 deletions

View File

@ -166,7 +166,13 @@ $(document).ready(function() {
// show popup
del.addEventListener('click', toggleShow);
// hide popup
$popupText.find('.nvm').click(toggleShow);
$popupText.find('.nvm').click(function(e){
e.stopPropagation();
toggleShow();
});
$popupText.click(function(e){
e.stopPropagation();
});
$('tbody').append(row); //add row to table