mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 20:53:53 +01:00
Merge branch 'MDL-44867-master' of git://github.com/andrewnicols/moodle
This commit is contained in:
commit
1b3f9ea1ba
@ -411,7 +411,7 @@ Y.namespace('M.atto_equation').Button = Y.Base.create('button', Y.M.editor_atto.
|
||||
preview,
|
||||
currentPos = textarea.get('selectionStart'),
|
||||
prefix = '',
|
||||
cursorLatex = '\\square ',
|
||||
cursorLatex = '\\Downarrow ',
|
||||
isChar,
|
||||
params;
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
@ -411,7 +411,7 @@ Y.namespace('M.atto_equation').Button = Y.Base.create('button', Y.M.editor_atto.
|
||||
preview,
|
||||
currentPos = textarea.get('selectionStart'),
|
||||
prefix = '',
|
||||
cursorLatex = '\\square ',
|
||||
cursorLatex = '\\Downarrow ',
|
||||
isChar,
|
||||
params;
|
||||
|
||||
|
@ -409,7 +409,7 @@ Y.namespace('M.atto_equation').Button = Y.Base.create('button', Y.M.editor_atto.
|
||||
preview,
|
||||
currentPos = textarea.get('selectionStart'),
|
||||
prefix = '',
|
||||
cursorLatex = '\\square ',
|
||||
cursorLatex = '\\Downarrow ',
|
||||
isChar,
|
||||
params;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user