We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf853ca commit 4331307Copy full SHA for 4331307
public/js/index.js
@@ -77,7 +77,6 @@ import { preventXSS } from './render'
77
import Editor from './lib/editor'
78
79
import getUIElements from './lib/editor/ui-elements'
80
-import uiElemsWithoutJquery from './lib/editor/ui-elems-without-jquery'
81
import { emojifyImageDir } from './lib/editor/constants'
82
import modeType from './lib/modeType'
83
import appState from './lib/appState'
@@ -323,8 +322,6 @@ defaultTextHeight = parseInt($('.CodeMirror').css('line-height'))
323
322
// initalize ui reference
324
const ui = getUIElements()
325
326
-const uiByNativeJS = uiElemsWithoutJquery()
327
-
328
// page actions
329
var opts = {
330
lines: 11, // The number of lines to draw
0 commit comments