Ignore:
Timestamp:
04/15/13 12:15:27 (12 years ago)
Author:
hendrikvanantwerpen
Message:

Make dragging questions optional.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/client/qed/model/widgets/TabbedQuestionBrowser.js

    r428 r430  
    1515        selectedActions: null,
    1616        itemActions: null,
     17        dndType: "question",
    1718
    1819        _dataMap: null,
     
    7475                    __category: category,
    7576                    __topic: topic,
    76                     dndType: "question",
     77                    dndType: this.dndType,
    7778                    title: (topic || '[No topic]')+" ("+count+")",
    7879                    selectedActions: this.selectedActions,
Note: See TracChangeset for help on using the changeset viewer.