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:
zarzuelo 2012-03-16 12:08:10 +00:00
parent 07a1087613
commit 84b5c86cf7
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -656,7 +656,7 @@ function period_select_events(name) {
value = 300;
}
$('.'.name).val(value);
$('.'+name).val(value);
$('#text-'+name+'_text').val(value);
adjustTextUnits();
});