Commit 57bb4b5a771be89607891f588328b95c91e4a35d

Authored by Yarik
1 parent f7b97c9e

test

frontend/views/chat/message.php
... ... @@ -4,7 +4,6 @@ use common\models\Option;
4 4 use yii\helpers\Html;
5 5 use yii\widgets\ActiveForm;
6 6  
7   -$this->registerJsFile("/js/forms.js");
8 7 $this->registerJsFile("/js/jmousewhell.js");
9 8 $this->registerJsFile("/js/jscroll.js");
10 9 $this->title = 'Мой профиль';
... ...
frontend/web/js/script.js
... ... @@ -928,9 +928,9 @@ $(document).ready(
928 928 document.getElementsByTagName('head')[0].appendChild(script);
929 929 }
930 930  
931   - include("/js/forms.js");
932   - include("/js/jmousewhell.js");
933   - include("/js/jscroll.js");
  931 +// include("/js/forms.js");
  932 +// include("/js/jmousewhell.js");
  933 +// include("/js/jscroll.js");
934 934  
935 935 function inputNumber()
936 936 {
... ...