Browse Source

pic_of_url hidden in all views

master
alpcentaur 1 year ago
parent
commit
9d0f8fd477
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      input/static/dropdown/js/base.js

+ 1
- 1
input/static/dropdown/js/base.js View File

@ -2,7 +2,7 @@ window.addEventListener("load", function() {
(function($) { (function($) {
$(function() { $(function() {
var selectField = $('#id_variant'), var selectField = $('#id_variant'),
verified = $('.field-url_of_pic');
verified = $('#id_url_of_pic').parent().parent();
function toggleVerified(value) { function toggleVerified(value) {
if (value === 'PIC') { if (value === 'PIC') {

Loading…
Cancel
Save