From a1b9f2754576678bff42d8611b08a31ec39ed1cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Thu, 9 Mar 2023 14:55:43 +0100 Subject: [PATCH] make indentation as tabs --- view/theme/frio/js/theme.js | 77 ++++++++++++++++++------------------- 1 file changed, 38 insertions(+), 39 deletions(-) diff --git a/view/theme/frio/js/theme.js b/view/theme/frio/js/theme.js index 506404ede1..6239ebd355 100644 --- a/view/theme/frio/js/theme.js +++ b/view/theme/frio/js/theme.js @@ -769,45 +769,44 @@ function doActivityItemAction(ident, verb, un) { $.post('item/' + ident.toString() + '/activity/' + _verb) .success( function(data){ - if (data.status == "ok") { - $('#like-rotator-' + ident.toString()).hide(); - if (verb.indexOf("announce") === 0 ) { - if (data.verb == "un" + verb) { - $("button[id^=shareMenuOptions-" + ident.toString() + "]" ) - .removeClass("active") - .attr("onclick", "doActivityItemAction(" + ident +", '" + verb + "', " + false + ")").change(); - $("button[id^=" + verb + "-" + ident.toString() + "]" ) - .removeClass("active") - .attr("onclick", "doActivityItemAction(" + ident +", '" + verb + "', " + false + ")").change(); - } else { - $("button[id^=shareMenuOptions-" + ident.toString() + "]" ) - .addClass("active") - .attr("onclick", "doActivityItemAction(" + ident +", '" + verb + "', " + true + ")").change(); - $("button[id^=" + verb + "-" + ident.toString() + "]" ) - .addClass("active") - .attr("onclick", "doActivityItemAction(" + ident +", '" + verb + "', " + true + ")").change(); - } - } else { - if (data.verb == "un" + verb) { - $("button[id^=" + verb + "-" + ident.toString() + "]" ) - .removeClass("active") - .attr("onclick", "doActivityItemAction(" + ident +", '" + verb + "', " + false + ")").change(); - } else { - $("button[id^=" + verb + "-" + ident.toString() + "]" ) - .addClass("active") - .attr("onclick", "doActivityItemAction(" + ident +", '" + verb + "', " + true + ")").change(); - } -// $("button[id^=" + verb + "-" + ident.toString() + "]" ).button('refresh'); - } - } else { - $.jGrowl("No connection to host for " + verb, {sticky: false, theme: 'info', life: 5000}); - } - }) - .error( - function(data){ - $.jGrowl("Activity " + verb + "unsuccessful", {sticky: false, theme: 'info', life: 5000}); - }); - + if (data.status == "ok") { + $('#like-rotator-' + ident.toString()).hide(); + if (verb.indexOf("announce") === 0 ) { + if (data.verb == "un" + verb) { + $("button[id^=shareMenuOptions-" + ident.toString() + "]" ) + .removeClass("active") + .attr("onclick", "doActivityItemAction(" + ident +", '" + verb + "', " + false + ")").change(); + $("button[id^=" + verb + "-" + ident.toString() + "]" ) + .removeClass("active") + .attr("onclick", "doActivityItemAction(" + ident +", '" + verb + "', " + false + ")").change(); + } else { + $("button[id^=shareMenuOptions-" + ident.toString() + "]" ) + .addClass("active") + .attr("onclick", "doActivityItemAction(" + ident +", '" + verb + "', " + true + ")").change(); + $("button[id^=" + verb + "-" + ident.toString() + "]" ) + .addClass("active") + .attr("onclick", "doActivityItemAction(" + ident +", '" + verb + "', " + true + ")").change(); + } + } else { + if (data.verb == "un" + verb) { + $("button[id^=" + verb + "-" + ident.toString() + "]" ) + .removeClass("active") + .attr("onclick", "doActivityItemAction(" + ident +", '" + verb + "', " + false + ")").change(); + } else { + $("button[id^=" + verb + "-" + ident.toString() + "]" ) + .addClass("active") + .attr("onclick", "doActivityItemAction(" + ident +", '" + verb + "', " + true + ")").change(); + } + // $("button[id^=" + verb + "-" + ident.toString() + "]" ).button('refresh'); + } + } else { + $.jGrowl("No connection to host for " + verb, {sticky: false, theme: 'info', life: 5000}); + } + }) + .error( + function(data){ + $.jGrowl("Activity " + verb + "unsuccessful", {sticky: false, theme: 'info', life: 5000}); + }); } // Decodes a hexadecimally encoded binary string