]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
remove gettext definition in Utils.js
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 6 Mar 2018 08:06:28 +0000 (09:06 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 8 Mar 2018 10:37:32 +0000 (11:37 +0100)
commitea7fb2205f34c68fb1d4f80714bc7a1df69f8533
tree3c717d532dc3f91956894f900d5fb36e88316d3c
parent2e6df526fac25677b42fd2392eedc89ea48577df
remove gettext definition in Utils.js

this should not be here, rather where we include the language files
(like in pve), because this is not ecma conform and behaves very
different in different browsers (e.g. safari ignores the if check
completely and simply uses that function definition)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Utils.js