commit | 308db3895f9a392a9d2c2d2684424339f0852933 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Mon May 30 22:34:07 2016 +0200 |
committer | Akron <nils@diewald-online.de> | Mon Aug 15 20:58:52 2016 +0200 |
tree | 3489c8da523b6b9ede9e8dcd75225b039432279d | |
parent | 6bb7158070b4417ec854c9246f77784f8da72a8e [diff] [blame] |
Introduced alert information to hint helper
diff --git a/dev/js/src/hint/item.js b/dev/js/src/hint/item.js index b9a1bc8..7d97334 100644 --- a/dev/js/src/hint/item.js +++ b/dev/js/src/hint/item.js
@@ -52,8 +52,7 @@ // Update input field var input = h.inputField(); - input.insert(this._action); - input.update(); + input.insert(this._action).update(); h.active = false;