From 80d0686cbf0e03811fed369a8b6963d89e97f72a Mon Sep 17 00:00:00 2001 From: Nokita Kaze Date: Sun, 16 Nov 2014 03:48:51 +0300 Subject: [PATCH] =?UTF-8?q?*=20=D0=91=D0=B5=D0=B7=20=D0=BF=D1=80=D0=B5?= =?UTF-8?q?=D0=BB=D0=BE=D0=B0=D0=B4=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chrome_point_plus/js/point-plus.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome_point_plus/js/point-plus.js b/chrome_point_plus/js/point-plus.js index 5c446d4..4762384 100644 --- a/chrome_point_plus/js/point-plus.js +++ b/chrome_point_plus/js/point-plus.js @@ -570,7 +570,8 @@ function parse_pleercom_links(){ var player = document.createElement('audio'); $(player).attr({ 'src':'https://api.kanaria.ru/point/get_pleer_file.php?id='+n[1], - 'controls':'controls' + 'controls':'controls', + 'preload':'none' }).addClass('embeded_audio'); obj.parentElement.insertBefore(player, obj);