fix versioncheck

versionfix
Tor Hveem 10 years ago
parent 7108fffd2b
commit f6525224ff
  1. 2
      js/inputbar.js

@ -118,7 +118,7 @@ weechat.directive('inputBar', function() {
}
// New style clearing requires this, old does not
if (parseInt(models.version.charAt(0)) >= 1) {
if (parseInt(models.version[0]) >= 1) {
connection.sendHotlistClear();
}

Loading…
Cancel
Save