# HG changeset patch # User Anthony Ly # Date 1370274435 -7200 # Node ID 79974d302930c088b3dae9a2755c12c6bc72ac50 # Parent 2542e988f80c66634bbdd00d926f5638647e812d# Parent 31b0ac589b45f6ff99203597222687d854672830 Merge diff -r 31b0ac589b45 -r 79974d302930 integration/js/common.js --- a/integration/js/common.js Mon Jun 03 16:39:52 2013 +0200 +++ b/integration/js/common.js Mon Jun 03 17:47:15 2013 +0200 @@ -31,7 +31,12 @@ }); $('.popup').on('click', '.popup-content a', function(e){ - e.preventDefault(); + + if($(this).hasClass('no-prevent')){ + return true; + }else{ + e.preventDefault(); + } if($(this).hasClass('btn-cancel')){ $(this).parents('.popup').modal('hide'); } diff -r 31b0ac589b45 -r 79974d302930 integration/js/edition.js --- a/integration/js/edition.js Mon Jun 03 16:39:52 2013 +0200 +++ b/integration/js/edition.js Mon Jun 03 17:47:15 2013 +0200 @@ -498,10 +498,10 @@ var currentTimePlusUnMin = 60 * 1000 + myMedia.currentTime, endAnnotation = (currentTimePlusUnMin