diff --git a/ground/controllers/IndexController.php b/ground/controllers/IndexController.php index 86dc486..066b60d 100644 --- a/ground/controllers/IndexController.php +++ b/ground/controllers/IndexController.php @@ -9,6 +9,7 @@ class IndexController extends Controller static function actionIndex() { self::addScript('/js/jquery-2.1.0.min.js'); + self::addScript('/js/jquery-ui-1.10.4.custom.min.js'); self::addScript('http://api-maps.yandex.ru/2.0-stable/?load=package.full&lang=ru-RU&mode=release'); self::addScript('/js/main.js?ver='.App::getConfig('version')); self::addScript('/js/bootstrap.min.js'); diff --git a/ground/views/indexTemplate.php b/ground/views/indexTemplate.php index 0fb3636..df2a62c 100644 --- a/ground/views/indexTemplate.php +++ b/ground/views/indexTemplate.php @@ -1,9 +1,10 @@
-