| changeset 55 | afd60399a7b5 |
| parent 52 | 277c94533395 |
| child 58 | a28488078053 |
--- a/front_idill/src/mosaic/js/search.js Tue Jul 24 16:35:10 2012 +0200 +++ b/front_idill/src/mosaic/js/search.js Thu Jul 26 14:34:02 2012 +0200 @@ -90,6 +90,8 @@ $.getJSON(path, function(data) { _this.gesturesText = data.gesturesText; + _this.notificationStrings = data.notificationStrings; + _this.helpText = data.helpText; }); }