diff options
author | lain <lain@soykaf.club> | 2018-04-02 13:15:38 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2018-04-02 13:15:38 +0200 |
commit | cd543d58a1b8ddf0f41a39800dc7a18321cd3250 (patch) | |
tree | 3bafc7d6c40258d1dc56c7539c8e11c25e9f1e22 /priv/static/packs/admin.js | |
parent | 0a14d155d6a55366449bc8dea638e24200bb3dd0 (diff) | |
parent | 7130e9ddb16286efd7d01088e816f05e82cfa2a1 (diff) | |
download | pleroma-cd543d58a1b8ddf0f41a39800dc7a18321cd3250.tar.gz pleroma-cd543d58a1b8ddf0f41a39800dc7a18321cd3250.zip |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into develop
Diffstat (limited to 'priv/static/packs/admin.js')
-rw-r--r-- | priv/static/packs/admin.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/priv/static/packs/admin.js b/priv/static/packs/admin.js new file mode 100644 index 000000000..31ff9d8c9 --- /dev/null +++ b/priv/static/packs/admin.js @@ -0,0 +1,2 @@ +webpackJsonp([69],{657:function(e,c,t){"use strict";function o(e){var c=e.detail,t=c[0],o=document.querySelector('[data-id="'+t.id+'"]');o&&o.parentNode.removeChild(o)}Object.defineProperty(c,"__esModule",{value:!0});var n=t(144);t.n(n);[].forEach.call(document.querySelectorAll(".trash-button"),function(e){e.addEventListener("ajax:success",o)});Object(n.delegate)(document,"#batch_checkbox_all","change",function(e){var c=e.target;[].forEach.call(document.querySelectorAll('.batch-checkbox input[type="checkbox"]'),function(e){e.checked=c.checked})}),Object(n.delegate)(document,'.batch-checkbox input[type="checkbox"]',"change",function(){var e=document.querySelector("#batch_checkbox_all");e&&(e.checked=[].every.call(document.querySelectorAll('.batch-checkbox input[type="checkbox"]'),function(e){return e.checked}))}),Object(n.delegate)(document,".media-spoiler-show-button","click",function(){[].forEach.call(document.querySelectorAll("button.media-spoiler"),function(e){e.click()})}),Object(n.delegate)(document,".media-spoiler-hide-button","click",function(){[].forEach.call(document.querySelectorAll(".spoiler-button.spoiler-button--visible button"),function(e){e.click()})})}},[657]); +//# sourceMappingURL=admin.js.map
\ No newline at end of file |