glowingbear-mainbox/js
Lorenz Hübschle-Schneider 6f1f84aa62 Prevent triggering ng-focus on input during completion
$apply during another $apply is not possible, and .focus() on the input node
triggers the ng-focus on it (which hides the sidebar, if on mobile), so to
prevent the exception from being thrown, move the input node focusing
out of the $apply with a timeout of 0.
2014-08-24 18:13:24 +01:00
..
glowingbear.js Prevent triggering ng-focus on input during completion 2014-08-24 18:13:24 +01:00
irc-utils.js Remove the old and now unused flat nicklist 2014-04-25 21:05:20 +02:00
localstorage.js Use the function form of 'use strict' 2014-07-18 12:23:25 +01:00
models.js Move current line into history when pressing down in input bar 2014-07-21 15:35:53 +01:00
plugins.js Check GET parameters in image embedding 2014-08-18 16:41:30 +01:00
websockets.js Remove trailing spaces 2014-02-24 11:41:25 +01:00
weechat.js Replace all non-ASCII bytes with "?" in case of broken UTF-8. 2014-06-19 16:52:07 +02:00