mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Fix #1153 -- Show preview of uploaded pictures in the backend
This commit is contained in:
@@ -226,7 +226,6 @@ var form_handlers = function (el) {
|
||||
'shade.'));
|
||||
$note.addClass("text-danger").removeClass("text-success").removeClass("text-warning");
|
||||
}
|
||||
console.log(c);
|
||||
});
|
||||
|
||||
el.find("input[data-checkbox-dependency]").each(function () {
|
||||
@@ -444,6 +443,7 @@ $(function () {
|
||||
"use strict";
|
||||
|
||||
$("body").removeClass("nojs");
|
||||
lightbox.init();
|
||||
|
||||
$("[data-formset]").formset(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user