mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
Minor changes
This commit is contained in:
+2
-2
@@ -33,8 +33,8 @@ function OpenBuyLicenseMenu(zone)
|
||||
title = _U('buy_license'),
|
||||
align = 'top-left',
|
||||
elements = {
|
||||
{ label = _U('no'), value = 'no' },
|
||||
{ label = _U('yes', ('<span style="color: green;">%s</span>'):format((_U('shop_menu_item', ESX.Math.GroupDigits(Config.LicensePrice))))), value = 'yes' },
|
||||
{label = _U('no'), value = 'no'},
|
||||
{label = _U('yes', ('<span style="color: green;">%s</span>'):format((_U('shop_menu_item', ESX.Math.GroupDigits(Config.LicensePrice))))), value = 'yes'},
|
||||
}
|
||||
}, function(data, menu)
|
||||
if data.current.value == 'yes' then
|
||||
|
||||
Reference in New Issue
Block a user