Ignore:
Timestamp:
07/19/12 14:23:21 (13 years ago)
Author:
jkraaijeveld
Message:

Session page now has support for autocompletion (currently works on question titles but can change it easily if we introduce users).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/rest-dojo-ui/client/rft/ui/_Page.js

    r366 r367  
    3636            /** Event fired before leaving the page. Return false to prevent */
    3737            onLeave: function(){
    38                 debugger;
    3938                dijit.findWidgets(this.domNode).forEach(function(w){
    4039                    w.destroyRecursive(false);
Note: See TracChangeset for help on using the changeset viewer.