Widget:HeartSoundApp: Difference between revisions

Jump to navigation Jump to search
Matt Pijoan (talk | contribs)
No edit summary
Matt Pijoan (talk | contribs)
No edit summary
Line 16: Line 16:
     });
     });
     $("#add").click(function () {
     $("#add").click(function () {
         if ($("#soundLocation").val().length() > 0) {
         if ($("#soundLocation").val().length > 0) {
             var top = Math.round($("#imageHolder").offset().top) + 200;
             var top = Math.round($("#imageHolder").offset().top) + 200;
             var left = Math.round($("#imageHolder").offset().left) + 200;
             var left = Math.round($("#imageHolder").offset().left) + 200;

Revision as of 15:37, 21 October 2015