Update all assets

This commit is contained in:
2025-10-23 19:03:15 +02:00
parent 094d7bed13
commit bdad7a38b1
6320 changed files with 151410 additions and 142942 deletions

View File

@@ -1,18 +1,18 @@
window.addEventListener("load", function() {
(function($) {
var slug = $("input#id_slug").val();
$("input#id_title").on('input', function() {
var title = $("input#id_title").val();
var complete = function(res, status) {
if (status == "success") $("input#id_slug").val(res.responseText);
}
getUrl = window.location
baseUrl = getUrl.protocol + "//" + getUrl.host + "/" + getUrl.pathname.split('/')[0];
$.ajax({type:'GET', url: baseUrl + 'posts/func/slug_calc', data:{'title': title, 'slug': slug }, complete:complete});
});
})(django.jQuery);
});
window.addEventListener("load", function() {
(function($) {
var slug = $("input#id_slug").val();
$("input#id_title").on('input', function() {
var title = $("input#id_title").val();
var complete = function(res, status) {
if (status == "success") $("input#id_slug").val(res.responseText);
}
getUrl = window.location
baseUrl = getUrl.protocol + "//" + getUrl.host + "/" + getUrl.pathname.split('/')[0];
$.ajax({type:'GET', url: baseUrl + 'posts/func/slug_calc', data:{'title': title, 'slug': slug }, complete:complete});
});
})(django.jQuery);
});