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