Merge branch 'stable'

This commit is contained in:
yuri
2015-10-19 16:18:24 +03:00
2 changed files with 2 additions and 2 deletions
@@ -57,7 +57,7 @@ Espo.define('views/global-search/global-search', 'view', function (Dep) {
runSearch: function (text) {
var text = this.$input.val();
if (text != '' && text.length > 2) {
text = encodeURI(text);
text = text;
this.search(text);
}
},
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "espocrm",
"version": "3.7.2",
"version": "3.7.3",
"description": "",
"main": "index.php",
"repository": {