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>
|
||||
|
||||
* include/functions_html.php
|
||||
|
|
|
@ -656,7 +656,7 @@ function period_select_events(name) {
|
|||
value = 300;
|
||||
}
|
||||
|
||||
$('.'.name).val(value);
|
||||
$('.'+name).val(value);
|
||||
$('#text-'+name+'_text').val(value);
|
||||
adjustTextUnits();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue