Skip to content

Commit

Permalink
Merge pull request #31 from hyperaudio/29-mobile-social-share
Browse files Browse the repository at this point in the history
29 mobile social share
  • Loading branch information
maboa authored Feb 16, 2021
2 parents 1d24a7b + 2498930 commit 2498670
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/hyperaudio-lite.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! (C) The Hyperaudio Project. MIT @license: en.wikipedia.org/wiki/MIT_License. */
/*! Version 1.1.2 */
/*! Version 1.1.3 */

'use strict';

Expand Down Expand Up @@ -37,7 +37,7 @@ var hyperaudiolite = (function () {
hashArray = [];
}

transcript.addEventListener('mouseup', function() {
document.addEventListener('selectionchange', function() {

var mediaFragment = getSelectionMediaFragment();

Expand Down

0 comments on commit 2498670

Please sign in to comment.