Fixed help modal part 2

pull/2544/head
benmcmahon100 2015-08-22 22:51:48 +01:00
parent 73eb6ec2d1
commit c35fde061d
1 changed files with 2 additions and 2 deletions

View File

@ -62,8 +62,8 @@ $(document).ready(function() {
$('.close-modal').unbind('click');
$('.close-modal').on('click', function(){
setTimeout(function() {
$('#issue-modal').modal('hide');
}, 2000);
$('#help-modal').modal('hide');
}, 200);
});
$('#report-issue').unbind('click');