Changeset 399 for Dev/branches/rest-dojo-ui/client/rft/pages/survey.js
- Timestamp:
- 08/15/12 18:30:58 (13 years ago)
- Location:
- Dev/branches/rest-dojo-ui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui
- Property svn:ignore
-
old new 1 1 nbproject 2 .project
-
- Property svn:ignore
-
Dev/branches/rest-dojo-ui/client/rft/pages/survey.js
r392 r399 99 99 }, 100 100 _onShowPreview: function() { 101 content.goTo(' surveyAdvanced', {uid: store.getIdentity(this.survey)});101 content.goTo('previewSurvey', {uid: store.getIdentity(this.survey)}); 102 102 } 103 103 });
Note: See TracChangeset
for help on using the changeset viewer.