From 14986d4eec830f3d66adb99912d4aac1f0eb5ece Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Sat, 3 May 2014 00:51:05 +0400 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=B0=D0=BD=D1=8B=20=D0=BC=D0=B0=D1=80=D1=88=D1=80=D1=83=D1=82?= =?UTF-8?q?=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ground/controllers/IndexController.php | 1 + ground/views/indexTemplate.php | 7 ++++--- public/css/style.css | 4 ++++ public/js/jquery-ui-1.10.4.custom.min.js | 6 ++++++ public/js/main.js | 14 ++++++++++---- 5 files changed, 25 insertions(+), 7 deletions(-) create mode 100644 public/js/jquery-ui-1.10.4.custom.min.js 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 @@
-