2014-02-11 Sergio Martin <sergio.martin@artica.es>
* mobile/operation/events.php: Inverse the order of the shown events to show them from newer to older git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9429 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
ca2e2a4132
commit
452c0096cf
|
@ -1,3 +1,8 @@
|
|||
2014-02-11 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* mobile/operation/events.php: Inverse the order
|
||||
of the shown events to show them from newer to older
|
||||
|
||||
2014-02-11 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* mobile/index.php
|
||||
|
|
|
@ -924,7 +924,7 @@ class Events {
|
|||
}
|
||||
else {
|
||||
$.each(data.events, function(key, event) {
|
||||
$(\"table#\"+table_id+\" tbody\").append(
|
||||
$(\"table#\"+table_id+\" tbody\").prepend(
|
||||
\"<tr class='events \" + event[2] + \"'>\" +
|
||||
\"<td class='cell_0'>\" +
|
||||
event[0] +
|
||||
|
|
Loading…
Reference in New Issue