mirror of
https://github.com/avecms/AVE.cms.git
synced 2025-08-28 04:06:43 +00:00
Fixes
This commit is contained in:
.htaccessREADME.mdcodemirror_connect.tplcodemirror_editor.tplrobots.txt
admin
class
class.blocks.phpclass.core.phpclass.database.phpclass.dbdump.phpclass.debug.phpclass.docs.phpclass.hooks.phpclass.logs.phpclass.modules.phpclass.navigation.phpclass.rubs.phpclass.session.files.phpclass.session.phpclass.settings.phpclass.sysblocks.phpclass.template.phpclass.templates.php
config
fields
checkbox
date
doc_from_rub
doc_from_rub_check
drop_down
drop_down_key
image_mega
image_single
single_line
functions
func.block.phpfunc.common.phpfunc.custom.phpfunc.hidden.phpfunc.locale.phpfunc.logs.phpfunc.mail.phpfunc.navigation.phpfunc.parserequest.phpfunc.sysblock.php
inc
index.phpinstall
lib
debug
redactor
codemirror
addon
comment
display
edit
fold
hint
lint
merge
mode
search
tern
lib
mode
theme
elfinder
tmp
uploads/images
@ -172,10 +172,6 @@
|
||||
if (open == -1) return false
|
||||
var endLine = end == start ? startLine : self.getLine(end)
|
||||
var close = endLine.indexOf(endString, end == start ? open + startString.length : 0);
|
||||
if (close == -1 && start != end) {
|
||||
endLine = self.getLine(--end);
|
||||
close = endLine.indexOf(endString);
|
||||
}
|
||||
var insideStart = Pos(start, open + 1), insideEnd = Pos(end, close + 1)
|
||||
if (close == -1 ||
|
||||
!/comment/.test(self.getTokenTypeAt(insideStart)) ||
|
||||
|
Reference in New Issue
Block a user