alliance/corp maps. build process optimization, new/edit map dialog fixes

This commit is contained in:
exodus4d
2015-05-20 20:32:15 +02:00
parent e2945ea058
commit 34e41a6553
80 changed files with 3692 additions and 2182 deletions

View File

@@ -26,7 +26,7 @@ class MapController extends \Controller\AccessController {
$this->f3->set('trusted', (int)self::isIGBTrusted());
// JS main file
$this->f3->set('jsView', 'app/main');
$this->f3->set('jsView', 'main');
$this->setTemplate('templates/view/index.html');
}