mirror of
https://github.com/friendica/friendica
synced 2025-04-22 01:10:13 +00:00
make indentation as tabs
This commit is contained in:
parent
4244670f1c
commit
a1b9f27545
1 changed files with 38 additions and 39 deletions
|
@ -797,7 +797,7 @@ function doActivityItemAction(ident, verb, un) {
|
||||||
.addClass("active")
|
.addClass("active")
|
||||||
.attr("onclick", "doActivityItemAction(" + ident +", '" + verb + "', " + true + ")").change();
|
.attr("onclick", "doActivityItemAction(" + ident +", '" + verb + "', " + true + ")").change();
|
||||||
}
|
}
|
||||||
// $("button[id^=" + verb + "-" + ident.toString() + "]" ).button('refresh');
|
// $("button[id^=" + verb + "-" + ident.toString() + "]" ).button('refresh');
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$.jGrowl("No connection to host for " + verb, {sticky: false, theme: 'info', life: 5000});
|
$.jGrowl("No connection to host for " + verb, {sticky: false, theme: 'info', life: 5000});
|
||||||
|
@ -807,7 +807,6 @@ function doActivityItemAction(ident, verb, un) {
|
||||||
function(data){
|
function(data){
|
||||||
$.jGrowl("Activity " + verb + "unsuccessful", {sticky: false, theme: 'info', life: 5000});
|
$.jGrowl("Activity " + verb + "unsuccessful", {sticky: false, theme: 'info', life: 5000});
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Decodes a hexadecimally encoded binary string
|
// Decodes a hexadecimally encoded binary string
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue