Skip to content
This repository has been archived by the owner on Sep 15, 2018. It is now read-only.

Commit

Permalink
hOrtEdit: ZeitListe wird gleich wie übrige tabs angezeigt
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Gabriel committed Jul 15, 2013
1 parent 03193f9 commit 1780566
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion _attachments/hOrtEdit.html
Expand Up @@ -47,7 +47,8 @@ <h1>Ort</h1>
<li><a href="#" id="OeffneProjektOrtEdit">Projekt</a></li>
<li><a href="#" id="OeffneRaumOrtEdit">Raum</a></li>
<li><a href="#" name="OeffneOrtListeOrtEdit" class="ui-btn-active">Orte</a></li>
<li><a href="hZeitListe.html">Zeiten</a></li>
<li><a href="#" id="OeffneZeitListeOrtEdit">Zeiten</a></li>
<!--li><a href="hZeitListe.html">Zeiten</a></li-->
</ul>
</div><!-- /navbar -->
</div>
Expand Down Expand Up @@ -148,6 +149,11 @@ <h1>Ort</h1>
$.mobile.changePage("hRaumEdit.html");
});

$("#OrtEditHeader").on("click", "#OeffneZeitListeOrtEdit", function (event) {
event.preventDefault();
$.mobile.changePage("hZeitListe.html");
});

$("#OrtEditHeader").on("click", "#OeffneProjektOrtEdit", function (event) {
event.preventDefault();
//sonst wird bei Rückkehr die alte Liste angezeigt, egal von welchem Raum man kommt!
Expand Down

0 comments on commit 1780566

Please sign in to comment.