Migrate movie info downloader

This commit is contained in:
2026-04-23 14:20:53 +02:00
parent 8b13938290
commit 207c16ed29
4 changed files with 151 additions and 0 deletions
+2
View File
@@ -58,6 +58,7 @@
var T = EditorTables;
var L = EditorLists;
var D = EditorDates;
var M = EditorMovie;
var actions = {
save: function () { form.submit(); },
@@ -100,6 +101,7 @@
tbldeleterow: function () { applyTableOp(T.deleteRow); },
dateiso: function () { insertAtCursor(D.isoDate()); },
datelong: function () { insertAtCursor(D.longDate()); },
movie: function () { M.run(textarea); },
};
// --- Keyboard shortcut registration ---