Skip to content

Commit

Permalink
add x-user-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
imyelo committed Jan 12, 2014
1 parent 2e3f26e commit fe35769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/modules/views/publish/Publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ define(function (require, exports, module) {
return;
}
self.flag.request = true;
his.$el.find('input, textarea').blur();
this.$el.find('input, textarea').blur();
$btn.addClass('loading').find('.glyphicon').removeClass('glyphicon-ok').addClass('glyphicon-refresh');
ui.Loading.open();
complete = function () {
Expand Down

0 comments on commit fe35769

Please sign in to comment.