Home
last modified time | relevance | path

Searched refs:hideID (Results 1 – 1 of 1) sorted by relevance

/plugin/lytebox/
H A Dlytebox.js651 LyteBox.prototype.togglePlayPause = function(hideID, showID) { argument
652 if (this.isSlideshow && hideID == "lbPause") {
655 this.doc.getElementById(hideID).style.display = 'none';
657 if (hideID == "lbPlay") {