mirror of
https://github.com/JulianGro/overte.git
synced 2025-05-07 12:19:57 +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
|
// Get status from database
|
||||||
function getStatus(callback) {
|
function getStatus(callback) {
|
||||||
var queryParamString = "type=getStatus";
|
var queryParamString = "type=getStatus";
|
||||||
|
@ -135,6 +136,7 @@ function SimplifiedStatusIndicator() {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
var currentStatus = "available"; // Default is available
|
var currentStatus = "available"; // Default is available
|
||||||
function toggleStatus() {
|
function toggleStatus() {
|
||||||
if (currentStatus === "busy") {
|
if (currentStatus === "busy") {
|
||||||
|
|
Loading…
Reference in a new issue