Pārlūkot izejas kodu

lower log levels

tags/v1.0.5
Jonathan Cobb pirms 4 gadiem
vecāks
revīzija
b1b757d555
1 mainītis faili ar 0 papildinājumiem un 3 dzēšanām
  1. +0
    -3
      bubble-server/src/main/resources/bubble/rule/social/block/JsUserBlockerRuleDriver.js.hbs

+ 0
- 3
bubble-server/src/main/resources/bubble/rule/social/block/JsUserBlockerRuleDriver.js.hbs Parādīt failu

@@ -327,14 +327,12 @@ function {{JS_PREFIX}}_create_expandable_header(listsHeaderText, entryClassName,
const entries = detailsDiv.getElementsByClassName(entryClassName);
if (listsHeader.innerHTML.indexOf('+') !== -1) {
// expand
{{PAGE_PREFIX}}_log('expanding...');
listsHeader.removeChild(listsExpandControl);
listsHeader.insertBefore(listsCollapseControl, listsHeaderTextNode);
for (let i=0; i<entries.length; i++) {
entries[i].style.display = 'block';
}
} else {
{{PAGE_PREFIX}}_log('collapsing...');
listsHeader.removeChild(listsCollapseControl);
listsHeader.insertBefore(listsExpandControl, listsHeaderTextNode);
for (let i=0; i<entries.length; i++) {
@@ -369,7 +367,6 @@ function {{JS_PREFIX}}_show_app_details() {
detailsDiv.style.display = 'block';
detailsDiv.style.visibility = 'visible';
detailsDiv.style.width = Math.max(320, Math.floor(0.6*screenWidth) + 'px');
{{PAGE_PREFIX}}_log('set width:'+detailsDiv.style.width);
detailsDiv.style.scrollTop = 0;

const titleSpan = {{JS_PREFIX}}_app_title_span('ShadowBan');


Notiek ielāde…
Atcelt
Saglabāt