i didnt commit/????

This commit is contained in:
Yamozha
2021-02-08 12:42:33 +02:00
parent 9bc05bc6bf
commit c43acaf71f
154 changed files with 30312 additions and 123 deletions

View File

@ -0,0 +1 @@
'use strict';{const b=django.jQuery;b.fn.prepopulate=function(d,f,g){return this.each(function(){const a=b(this),h=function(){if(!a.data("_changed")){var e=[];b.each(d,function(a,c){c=b(c);0<c.val().length&&e.push(c.val())});a.val(URLify(e.join(" "),f,g))}};a.data("_changed",!1);a.on("change",function(){a.data("_changed",!0)});if(!a.val())b(d.join(",")).on("keyup change focus",h)})}};