Skip to content

Commit

Permalink
Merge pull request #1147 from piotr1212/fix_ie_js
Browse files Browse the repository at this point in the history
fix (some) IE javascript issues
  • Loading branch information
brutasse committed Feb 11, 2015
2 parents d6908e2 + 9fd14fb commit aa992b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/content/js/composer_widgets.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ function showShortUrl() {
Ext.Ajax.request({
method: 'GET',
url: '/s/render/?' + Composer.url.queryString,
callback: showUrl,
callback: showUrl
});
}

Expand Down Expand Up @@ -561,7 +561,7 @@ var GraphDataWindow = {
menu: {
subMenuAlign: 'tr-tl',
defaults: {
defaultAlign: 'tr-tl',
defaultAlign: 'tr-tl'
},
items: [
{ text: 'Move Up', handler: this.moveTargetUp.createDelegate(this) },
Expand Down

0 comments on commit aa992b9

Please sign in to comment.