MCPcopy
hub / github.com/django/django / show

Function show

django/contrib/admin/static/admin/js/actions.js:4–8  ·  view source on GitHub ↗
(selector)

Source from the content-addressed store, hash-verified

2"use strict";
3{
4 function show(selector) {
5 document.querySelectorAll(selector).forEach(function (el) {
6 el.classList.remove("hidden");
7 });
8 }
9
10 function hide(selector) {
11 document.querySelectorAll(selector).forEach(function (el) {

Callers 3

showQuestionFunction · 0.70
showClearFunction · 0.70
resetFunction · 0.70

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected