Ignore:
Timestamp:
03/09/14 22:03:19 (11 years ago)
Author:
hendrikvanantwerpen
Message:
  • Removed all Coffeescript from codebase (build process is still there).
  • Nicer message on failed login.
  • Own all event subscriptions from widgets.
  • Update objects in _ObjectPage with invalid info too, or our refresh will overwrite what user did.
Location:
Dev/trunk/src/client/qed-client
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/src/client/qed-client

    • Property svn:ignore
      •  

        old new  
        11
        2 ### begin grunt-svn-ignore managed ignores
        3 ### edits will be overwritten when grunt svn-ignore is run
        4 session.js
        5 ### end grunt-svn-ignore managed ignores
  • Dev/trunk/src/client/qed-client/pages/index.js

    r490 r494  
    1515            //this.btnContentCreate.on("click",function(){ Router.go("/sessions"); });
    1616            //this.btnContentFacilitate.on("click",function(){ Router.go("/run"); });
    17             this.btnSurveys.on("click",function(){
     17            this.own(this.btnSurveys.on("click",function(){
    1818                Router.go(surveys.getCollectionPath());
    19             });
    20             this.btnQuestions.on("click",function(){
     19            }));
     20            this.own(this.btnQuestions.on("click",function(){
    2121                Router.go(questions.getCollectionPath());
    22             });
     22            }));
    2323            //this.btnApplications.on("click",function(){Router.go("/applications");});
    2424            //this.btnDashboards.on("click",function(){ Router.go("/dashboards"); });
Note: See TracChangeset for help on using the changeset viewer.