From 57bb4b5a771be89607891f588328b95c91e4a35d Mon Sep 17 00:00:00 2001 From: Yarik Date: Tue, 19 Apr 2016 17:26:02 +0300 Subject: [PATCH] test --- frontend/views/chat/message.php | 1 - frontend/web/js/script.js | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/frontend/views/chat/message.php b/frontend/views/chat/message.php index a881de5..a9467b7 100755 --- a/frontend/views/chat/message.php +++ b/frontend/views/chat/message.php @@ -4,7 +4,6 @@ use common\models\Option; use yii\helpers\Html; use yii\widgets\ActiveForm; -$this->registerJsFile("/js/forms.js"); $this->registerJsFile("/js/jmousewhell.js"); $this->registerJsFile("/js/jscroll.js"); $this->title = 'Мой профиль'; diff --git a/frontend/web/js/script.js b/frontend/web/js/script.js index e06cf8b..96ded6c 100755 --- a/frontend/web/js/script.js +++ b/frontend/web/js/script.js @@ -928,9 +928,9 @@ $(document).ready( document.getElementsByTagName('head')[0].appendChild(script); } - include("/js/forms.js"); - include("/js/jmousewhell.js"); - include("/js/jscroll.js"); +// include("/js/forms.js"); +// include("/js/jmousewhell.js"); +// include("/js/jscroll.js"); function inputNumber() { -- libgit2 0.21.4