1
0
Fork 0

pic_of_url hidden in all views

This commit is contained in:
corsaronero 2022-11-11 09:34:09 +00:00
parent 9167adeab5
commit 0d51dae174
1 changed files with 1 additions and 1 deletions

View File

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