mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
2012-03-16 Sergio Martin <sergio.martin@artica.es>
* include/javascript/pandora.js: Fixed typo bug from last commit git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5786 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
07a1087613
commit
84b5c86cf7
@ -1,3 +1,8 @@
|
|||||||
|
2012-03-16 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
|
* include/javascript/pandora.js: Fixed typo bug from last
|
||||||
|
commit
|
||||||
|
|
||||||
2012-03-16 Sergio Martin <sergio.martin@artica.es>
|
2012-03-16 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* include/functions_html.php
|
* include/functions_html.php
|
||||||
|
@ -656,7 +656,7 @@ function period_select_events(name) {
|
|||||||
value = 300;
|
value = 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
$('.'.name).val(value);
|
$('.'+name).val(value);
|
||||||
$('#text-'+name+'_text').val(value);
|
$('#text-'+name+'_text').val(value);
|
||||||
adjustTextUnits();
|
adjustTextUnits();
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user