mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-08 07:21:03 +08:00
Fix merge
This commit is contained in:
parent
e5b4adcc25
commit
65eff67926
1 changed files with 0 additions and 4 deletions
4
app/assets/javascripts/sitewide/tiny_mce.js
vendored
4
app/assets/javascripts/sitewide/tiny_mce.js
vendored
|
|
@ -227,13 +227,9 @@ var TinyMCE = (function() {
|
|||
moveToolbar(editor, editorToolbar, editorToolbaroffset);
|
||||
});
|
||||
|
||||
<<<<<<< HEAD
|
||||
// Init image toolbar
|
||||
initImageToolBar(editor);
|
||||
|
||||
|
||||
=======
|
||||
>>>>>>> master-with-note-section
|
||||
// Update scroll position after exit
|
||||
function updateScrollPosition() {
|
||||
if (editorForm.offset().top < $(window).scrollTop()) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue