Commit 6cbfc2f3 authored by Ruslan Karimov's avatar Ruslan Karimov

#2498. Размещение кейса

parent c4701834
...@@ -33,4 +33,5 @@ ...@@ -33,4 +33,5 @@
<?php // $this->registerJsFile('/plugins/fusioncharts-suite-xt/js/fusioncharts.js', ['position' => yii\web\View::POS_END ]);?> <?php // $this->registerJsFile('/plugins/fusioncharts-suite-xt/js/fusioncharts.js', ['position' => yii\web\View::POS_END ]);?>
<?php $this->registerJsFile('/js/custom.js', ['position' => yii\web\View::POS_END ]);?> <?php $this->registerJsFile('/js/custom.js', ['position' => yii\web\View::POS_END ]);?>
<?php $this->registerJsFile('/js/case-api.js', ['position' => yii\web\View::POS_END ]);?>
<?php endif; ?> <?php endif; ?>
\ No newline at end of file
...@@ -54,5 +54,6 @@ endif;?> ...@@ -54,5 +54,6 @@ endif;?>
<?php $this->registerCssFile('/css/main-v1.css');?> <?php $this->registerCssFile('/css/main-v1.css');?>
<?php $this->registerCssFile('/css/main-v2.css');?> <?php $this->registerCssFile('/css/main-v2.css');?>
<?php $this->registerCssFile('/css/style_26.11.2018.css');?> <?php $this->registerCssFile('/css/style_26.11.2018.css');?>
<?php $this->registerCssFile('/css/style_30.11.2018.css');?>
<?php Yii::$app->view->registerAssetFiles('/') ?> <?php Yii::$app->view->registerAssetFiles('/') ?>
This diff is collapsed.
$( document ).ready(function() {
$(".appl_api_section .img_list_wrap").each(function(index,el){
var id = $(el).attr("id");
$("#" + id).find(".img_list").after("<ul class='img_list_resp_box'></ul>");
$("#" + id).find(".img_list_resp_box").append($("#" + id).find(".img_list").html());
});
});
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment