mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
"fixed IE8 problem (maybe other IE version too): can NOT select resource"
This commit is contained in:
parent
e3d06b2219
commit
d91933ac5f
@ -350,7 +350,7 @@ class ui_resources
|
|||||||
|
|
||||||
function addOption(label,value,button_id,useable)
|
function addOption(label,value,button_id,useable)
|
||||||
{
|
{
|
||||||
quantity = document.getElementById(button_id+'[default_qty]').value;
|
var quantity = document.getElementById(button_id+'[default_qty]').value;
|
||||||
value = value+':'+quantity;
|
value = value+':'+quantity;
|
||||||
if(quantity>useable) {
|
if(quantity>useable) {
|
||||||
alert('".lang('You chose more resources than available')."');
|
alert('".lang('You chose more resources than available')."');
|
||||||
|
Loading…
Reference in New Issue
Block a user