Skip to content

Commit

Permalink
Merge pull request #4157 from IgorA100/patch-480012
Browse files Browse the repository at this point in the history
Added missing function "thisClickOnTimeline" in skin.js
  • Loading branch information
connortechnology authored Sep 30, 2024
2 parents 819812b + 64e1926 commit 00baa36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/skins/classic/js/skin.js
Original file line number Diff line number Diff line change
Expand Up @@ -1216,6 +1216,11 @@ function thisClickOnStreamObject(clickObj) {
} else return false;
}

/* For mobile device Not implemented yet. */
function thisClickOnTimeline(clickObj) {
return false;
}

var doubleTouchExecute = function(event, touchEvent) {
// if (touchEvent.target.id &&
// (touchEvent.target.id.indexOf('evtStream') != -1 || touchEvent.target.id.indexOf('liveStream') != -1 || touchEvent.target.id.indexOf('monitorStatus') != -1)) {
Expand Down

0 comments on commit 00baa36

Please sign in to comment.