Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of new-xkit#210 - bvtsang:bug/user-menu-ask, r=blackjackkent
Fix sending asks when classic menu is enabled Plus some refactoring. Fixes new-xkit#42. The `Tumblr.DashboardAsk.open_ask` function I'm trying to call looks like: ```javascript function(g) { Tumblr.Popover.hide_all(); var h = g.attr("data-tumblelog-name"); var i = (parseInt(g.data("anonymous-ask"), 10) === 1) ? true : false; this.model = new f(); if (this.view) { this.view.destroy() } this.view = new b({ model: this.model, recipient: h, allow_anonymous: i }).show_form() } ```
- Loading branch information