| | |
| | | !(function () { |
| | | ;!(function () { |
| | | window.onkeydown = function () { |
| | | h5lc.fullscreen = false |
| | | } |
| | |
| | | " <span class=\"duration_timer\">00:00:00</span>\n" + |
| | | " </div>\n" + |
| | | " <div class=\"fa fa-expand expand\" onclick=\"h5lc.fullscreen=true\"></div>\n" + |
| | | " <div class=\"fa fa-close\" id=\"close\"></div>\n" + |
| | | " </div>\n" + |
| | | " </div>\n" + |
| | | " </div>"); |
| | | $("#jessibucaContainer").append(_content); |
| | | |
| | | })(); |
| | | |
| | | function constructLive(opt) { |
| | | this._opt = opt; |
| | | if (typeof opt.container === "string") { |
| | | this._opt.container = document.getElementById(opt.container); |
| | | } |
| | | if (!this._opt.container) { |
| | | throw new Error('Jessibuca need container option'); |
| | | return; |
| | | } |
| | | |
| | | }})() |
| | | |