]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
ERP-274 Ввести версионность js и css файлов origin/bug_zozirova_erp-274_fixing_version
authormarina <m.zozirova@gmail.com>
Fri, 17 Jan 2025 09:29:57 +0000 (12:29 +0300)
committermarina <m.zozirova@gmail.com>
Fri, 17 Jan 2025 09:29:57 +0000 (12:29 +0300)
erp24/assets/timetable/TimetableAsset.php

index 972b4abb8c87df1a85a205c5564f263e3e7fd60e..7987a9561e154707ad27dda2d1c4377eface3cfd 100755 (executable)
@@ -23,10 +23,10 @@ class TimetableAsset extends AssetBundle
     {
         parent::init();
 
-        foreach (['js', 'css'] as $type) {
-            foreach ($this->$type as &$file) {
-                $file = FileVersionService::versionFile($file);
-            }
-        }
+//        foreach (['js', 'css'] as $type) {
+//            foreach ($this->$type as &$file) {
+//                $file = FileVersionService::versionFile($file);
+//            }
+//        }
     }
 }