Removed old directory structure

This commit is contained in:
Mike Young
2019-11-20 00:52:47 -05:00
parent 37fe006da5
commit 5593235212
167 changed files with 0 additions and 28670 deletions

View File

@@ -1 +0,0 @@
(function(b){b.fn.prepopulate=function(d,f,g){return this.each(function(){var 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)})}})(django.jQuery);