fix(nag_screen): Patch typo (#318)

Co-authored-by: Meliox <na>
This commit is contained in:
Meliox 2026-08-23 01:23:42 +02:00 committed by GitHub
parent 2a122ef3eb
commit 8d70194b8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
--- /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js.orig 2026-08-22 21:11:30.401400044 +0200 --- /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js.orig 2026-08-23 01:17:11.563403975 +0200
+++ /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js 2026-08-22 21:12:57.664635944 +0200 +++ /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js 2026-08-23 01:19:00.972084488 +0200
@@ -612,37 +612,8 @@ @@ -612,37 +612,8 @@
), ),
@ -35,8 +35,8 @@
- } - }
- }, - },
- }); - });
++ // disable subscription nag screen + // disable subscription nag screen
++ orig_cmd(); + orig_cmd();
}, },
assemble_field_data: function (values, data) { assemble_field_data: function (values, data) {