--- a/cms/app-client/app/templates/tabs/thematiques.hbs Fri Jan 22 15:19:00 2016 +0100
+++ b/cms/app-client/app/templates/tabs/thematiques.hbs Fri Jan 22 16:02:37 2016 +0100
@@ -1,5 +1,5 @@
<div class="search-box">
- {{input type="text" placeholder="Entrez une thématique" action="updateUrl"}}
+ {{input type="text" placeholder="Entrez une thématique" enter="updateUrl"}}
</div>
<div class="tag-cloud">
--- a/cms/app-client/bower.json Fri Jan 22 15:19:00 2016 +0100
+++ b/cms/app-client/bower.json Fri Jan 22 16:02:37 2016 +0100
@@ -9,7 +9,7 @@
"ember-qunit": ">=0.4.9",
"ember-qunit-notifications": ">=0.0.7",
"ember-resolver": ">=0.1.18",
- "jquery": "^1.11.3",
+ "jquery": "^2.1",
"loader.js": "ember-cli/loader.js#3.5.0",
"qunit": "~1.18.0",
"bootstrap-sass": "bootstrap-sass-official#~3.3.6",
@@ -21,6 +21,7 @@
"ember-load-initializers": "0.1.7",
"loader.js": "3.5.0",
"ember-cli-shims": "0.0.6",
- "ember": "2.2.0"
+ "ember": "2.2.0",
+ "jquery": ">= 1.7.0 < 2.2.0"
}
}