fix another version check
This commit is contained in:
parent
1f89a0ef0b
commit
1f37f848fc
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ weechat.directive('inputBar', function() {
|
|||
}
|
||||
|
||||
// New style clearing requires this, old does not
|
||||
if (parseInt(models.version.charAt(0)) >= 1) {
|
||||
if (models.version[0] >= 1) {
|
||||
connection.sendHotlistClear();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue