* make sure URL doesn't change if you hit cancel in notification

This commit is contained in:
Seth Call 2014-07-23 22:26:54 -05:00
parent 04b71506b4
commit 1ca709d945
1 changed files with 1 additions and 0 deletions

View File

@ -903,6 +903,7 @@
}
else {
notificationSelector.hide();
return false;
}
});
});