Changeset 415 for Dev/branches/rest-dojo-ui/client/rft/pages/surveys.js
- Timestamp:
- 12/04/12 16:29:49 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/pages/surveys.js
r414 r415 23 23 Router.go('/survey/'+store.getIdentity(survey)); 24 24 },function(err){ 25 Content.notify(err .reason,'error');25 Content.notify(err,'error'); 26 26 }); 27 27 }, … … 33 33 self.refreshPublished(); 34 34 },function(err){ 35 Content.notify(err .reason,'error');35 Content.notify(err,'error'); 36 36 }); 37 37 }, … … 42 42 self.refreshDrafts(); 43 43 },function(err){ 44 Content.notify(err .reason,'error');44 Content.notify(err,'error'); 45 45 }); 46 46 }, … … 52 52 }, 53 53 _onRunSurvey:function(survey){ 54 54 this.surveyRunDialog.show(); 55 55 }, 56 56 refresh: function() {
Note: See TracChangeset
for help on using the changeset viewer.