2010-09-27 Miguel de Dios <miguel.dedios@artica.es>

* operation/events/sound_events.php: fixed the ajax check for when start
	with empty list of events. 



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3306 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2010-09-27 12:50:29 +00:00
parent 7d1bc48cb9
commit 3273b653ae
2 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,9 @@
2010-09-24 Miguel de Dios <miguel.dedios@artica.es>
2010-09-27 Miguel de Dios <miguel.dedios@artica.es>
* operation/events/sound_events.php: fixed the ajax check for when start
with empty list of events.
2010-09-27 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_menu.php, operation/events/events_list.php: cleaned
style source code.

View File

@ -104,7 +104,6 @@ function changeType() {
}
function toggleButton() {
//alert($("#button").attr('src'));
if ($("#button").attr('src') == '../../images/pause.button.png') {
$("#button").attr('src', '../../images/play.button.png');
stopSound();
@ -152,8 +151,8 @@ function forgetPreviousEvents() {
firedId = parseInt(data['fired']);
if (firedId != 0) {
id_row = firedId;
running = true;
}
running = true;
},
"json"
);