This commit is contained in:
2018-04-19 19:11:58 +03:00
parent 0296ba4ddb
commit e510c55b7c
141 changed files with 4834 additions and 6801 deletions
.htaccessREADME.md
admin
class
config
fields
checkbox
date
doc_from_rub
doc_from_rub_check
drop_down
drop_down_key
image_mega
image_single
single_line
functions
inc
index.php
install
lib
robots.txt
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)) ||