Skip to content

Commit

Permalink
Merge branch 'MDL-49732_master' of https://github.com/jinhofer/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jul 7, 2015
2 parents 17d47fa + 36231b6 commit 525dce0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ Y.namespace('M.atto_link').Button = Y.Base.create('button', Y.M.editor_atto.Edit
// Add the link button first.
this.addButton({
icon: 'e/insert_edit_link',
keys: '75',
callback: this._displayDialogue,
tags: 'a',
tagMatchRequiresAll: false
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ Y.namespace('M.atto_link').Button = Y.Base.create('button', Y.M.editor_atto.Edit
// Add the link button first.
this.addButton({
icon: 'e/insert_edit_link',
keys: '75',
callback: this._displayDialogue,
tags: 'a',
tagMatchRequiresAll: false
Expand Down
1 change: 1 addition & 0 deletions lib/editor/atto/plugins/link/yui/src/button/js/button.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ Y.namespace('M.atto_link').Button = Y.Base.create('button', Y.M.editor_atto.Edit
// Add the link button first.
this.addButton({
icon: 'e/insert_edit_link',
keys: '75',
callback: this._displayDialogue,
tags: 'a',
tagMatchRequiresAll: false
Expand Down

0 comments on commit 525dce0

Please sign in to comment.