mirror of
https://github.com/lubosz/overte.git
synced 2025-04-13 11:52:09 +02:00
added line break
This commit is contained in:
parent
c73ea11b37
commit
408656f6ec
1 changed files with 2 additions and 0 deletions
|
@ -86,6 +86,7 @@ function SimplifiedStatusIndicator() {
|
|||
});
|
||||
}
|
||||
|
||||
|
||||
// Get status from database
|
||||
function getStatus(callback) {
|
||||
var queryParamString = "type=getStatus";
|
||||
|
@ -135,6 +136,7 @@ function SimplifiedStatusIndicator() {
|
|||
});
|
||||
}
|
||||
|
||||
|
||||
var currentStatus = "available"; // Default is available
|
||||
function toggleStatus() {
|
||||
if (currentStatus === "busy") {
|
||||
|
|
Loading…
Reference in a new issue