diff --git a/component.json b/component.json index 454964057a..346f4fdda0 100644 --- a/component.json +++ b/component.json @@ -24,6 +24,6 @@ "js-fixtures": "https://github.com/badunk/js-fixtures/archive/master.zip", "bootstrap-multiselect": "https://github.com/davidstutz/bootstrap-multiselect.git", "zxcvbn" : "https://github.com/lowe/zxcvbn.git", - "geonames-server-jquery-plugin" : "~0.2.0" + "geonames-server-jquery-plugin" : "~0.2" } } diff --git a/lib/conf.d/minifyGroupsConfig.php b/lib/conf.d/minifyGroupsConfig.php index 9734b6f1cb..68af354889 100644 --- a/lib/conf.d/minifyGroupsConfig.php +++ b/lib/conf.d/minifyGroupsConfig.php @@ -23,7 +23,6 @@ $groups = array( 'client' => array( '//include/jslibs/swfobject/swfobject.js' , '//include/jslibs/jquery-ui-1.10.3/jquery-ui-i18n.js' - , '//skins/geonames/geonames.js' , '//include/jslibs/jquery.cookie.js' , '//include/jquery.common.js' , '//include/jslibs/json2.js' @@ -45,7 +44,6 @@ $groups = array( , '//skins/admin/users.js' , '//skins/admin/editusers.js' , '//include/jquery.common.js' - , '//skins/geonames/geonames.js' , '//include/jquery.tooltip.js' , '//include/jslibs/jquery.contextmenu_scroll.js' , '//assets/blueimp-load-image/js/load-image.js' @@ -81,7 +79,6 @@ $groups = array( , '//assets/blueimp-load-image/js/load-image.js' , '//assets/jquery-file-upload/js/jquery.iframe-transport.js' , '//assets/jquery-file-upload/js/jquery.fileupload.js' - , '//skins/geonames/geonames.js' , '//include/jslibs/jquery.form.2.49.js' , '//include/jslibs/jquery.vertical.buttonset.js' , '//include/js/jquery.Selection.js' @@ -121,7 +118,6 @@ $groups = array( '//include/jslibs/jquery.mousewheel.js' , '//include/jquery.tooltip.js' , '//include/jslibs/swfobject/swfobject.js' - , '//skins/geonames/geonames.js' , '//include/jslibs/jquery-ui-1.10.3/jquery-ui-i18n.js' , '//include/jslibs/jquery.cookie.js' , '//include/jslibs/jquery.contextmenu_scroll.js' @@ -133,7 +129,6 @@ $groups = array( '//include/jslibs/jquery.mousewheel.js' , '//include/jquery.tooltip.js' , '//include/jslibs/swfobject/swfobject.js' - , '//skins/geonames/geonames.js' , '//include/jslibs/jquery-ui-1.10.3/jquery-ui-i18n.js' , '//include/jslibs/jquery.cookie.js' , '//include/jslibs/jquery.contextmenu_scroll.js' diff --git a/templates/web/account/account.html.twig b/templates/web/account/account.html.twig index a933840e04..20adeb9b1f 100644 --- a/templates/web/account/account.html.twig +++ b/templates/web/account/account.html.twig @@ -5,8 +5,8 @@ {% set selected = "informations" %} {% block stylesheet %} + {{ parent() }} - {##} {% endblock %} {% block javascript %} @@ -14,12 +14,10 @@ {% endblock %} diff --git a/templates/web/admin/editusers.html.twig b/templates/web/admin/editusers.html.twig index 1248f4b0b6..00d429758a 100644 --- a/templates/web/admin/editusers.html.twig +++ b/templates/web/admin/editusers.html.twig @@ -576,7 +576,7 @@ $('div.tabs').tabs(); $('#users_rights_form button#reset_rights').bind('click', function(){ - if(confirm("{% trans'Are you sure you want to reset rights?' %}")) + if(confirm("{% trans 'Are you sure you want to reset rights?' %}")) { var users = $('#users_rights_form input[name="users"]').val(); diff --git a/templates/web/admin/index.html.twig b/templates/web/admin/index.html.twig index 80373f456b..010197c466 100644 --- a/templates/web/admin/index.html.twig +++ b/templates/web/admin/index.html.twig @@ -8,7 +8,7 @@ {% endblock %} {% block stylesheet %} - + {% endblock %} diff --git a/templates/web/login/register-classic.html.twig b/templates/web/login/register-classic.html.twig index 5ca30258e8..926c3799ce 100644 --- a/templates/web/login/register-classic.html.twig +++ b/templates/web/login/register-classic.html.twig @@ -30,7 +30,7 @@ name="registerForm" method="POST" action="{{ path("login_register_classic") }}" - data-geonames-server-adress="{{ app['geonames.server-uri'] }}" + data-geonames-server-adress="{{ app['geonames.server-uri'] }}" > {% if form.vars.errors|length > 0 %}