Last change
on this file since 248 was
247,
checked in by hendrikvanantwerpen, 13 years ago
|
Introduced basic checking of login.
Added object query and create functions to API.
Fixed sessions overview page.
Added browser history mgmt.
|
File size:
434 bytes
|
Rev | Line | |
---|
[246] | 1 | $(function(){ |
---|
[247] | 2 | $("#btnBrowseSessions").click(function(){ |
---|
| 3 | rft.content.goTo("sessions"); |
---|
| 4 | }) |
---|
| 5 | $("#btnBrowseSurveys").click(function(){ |
---|
| 6 | rft.content.goTo("browse",{type:"Survey"}); |
---|
| 7 | }) |
---|
| 8 | $("#btnBrowseQuestions").click(function(){ |
---|
| 9 | rft.content.goTo("browse",{type:"Question"}); |
---|
| 10 | }) |
---|
| 11 | $("#btnBrowseApplications").click(function(){ |
---|
| 12 | rft.content.goTo("browse",{type:"Application"}); |
---|
| 13 | }) |
---|
| 14 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.