mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-20 12:52:58 +00:00
typo fix
This commit is contained in:
+1
-1
@@ -168,7 +168,7 @@ app.controller('OcSmsController', ['$scope', '$interval', '$timeout', '$compile'
|
||||
}
|
||||
|
||||
$scope.totalMessageCount = jsondata['msgCount'] !== undefined ? jsondata['msgCount'] : 0;
|
||||
}
|
||||
});
|
||||
|
||||
$('#app-content').scrollTop(1E10);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user