aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2020-05-22 19:20:45 +0300
committerRblSb <msrblsb@gmail.com>2020-05-22 19:20:45 +0300
commit752c2dad8e908344aa1c735802d234ed7f3e3e51 (patch)
treec4957d87ebcf0b4d517d10a2b3794e6d78333e00 /res
parentd67aa13cca38d3f116d8cf95caa514104bd68c82 (diff)
Improve raw video remove
Diffstat (limited to 'res')
-rw-r--r--res/client.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/res/client.js b/res/client.js
index 787dcf6..e469a33 100644
--- a/res/client.js
+++ b/res/client.js
@@ -1,4 +1,4 @@
-// Generated by Haxe 4.1.0
+// Generated by Haxe 4.1.1
(function ($hx_exports, $global) { "use strict";
$hx_exports["client"] = $hx_exports["client"] || {};
$hx_exports["client"]["JsApi"] = $hx_exports["client"]["JsApi"] || {};
@@ -2308,6 +2308,9 @@ client_players_Raw.prototype = {
if(this.video == null) {
return;
}
+ this.video.pause();
+ this.video.removeAttribute("src");
+ this.video.load();
this.playerEl.removeChild(this.video);
this.video = null;
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage