Commit 57bb4b5a771be89607891f588328b95c91e4a35d
1 parent
f7b97c9e
test
Showing
2 changed files
with
3 additions
and
4 deletions
Show diff stats
frontend/views/chat/message.php
@@ -4,7 +4,6 @@ use common\models\Option; | @@ -4,7 +4,6 @@ use common\models\Option; | ||
4 | use yii\helpers\Html; | 4 | use yii\helpers\Html; |
5 | use yii\widgets\ActiveForm; | 5 | use yii\widgets\ActiveForm; |
6 | 6 | ||
7 | -$this->registerJsFile("/js/forms.js"); | ||
8 | $this->registerJsFile("/js/jmousewhell.js"); | 7 | $this->registerJsFile("/js/jmousewhell.js"); |
9 | $this->registerJsFile("/js/jscroll.js"); | 8 | $this->registerJsFile("/js/jscroll.js"); |
10 | $this->title = 'Мой профиль'; | 9 | $this->title = 'Мой профиль'; |
frontend/web/js/script.js
@@ -928,9 +928,9 @@ $(document).ready( | @@ -928,9 +928,9 @@ $(document).ready( | ||
928 | document.getElementsByTagName('head')[0].appendChild(script); | 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 | function inputNumber() | 935 | function inputNumber() |
936 | { | 936 | { |