X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/1a2ba641f553db5582303a52329c345d0d437f35..ffc2e047ca6712af8da3e13891b7ea16f184264a:/redakcja/static/js/wiki_img/wikiapi.js?ds=sidebyside
diff --git a/redakcja/static/js/wiki_img/wikiapi.js b/redakcja/static/js/wiki_img/wikiapi.js
index 33af1766..219f53ff 100644
--- a/redakcja/static/js/wiki_img/wikiapi.js
+++ b/redakcja/static/js/wiki_img/wikiapi.js
@@ -76,7 +76,7 @@
if (self.text === null || self.commit !== data.commit) {
self.text = data.text;
if (self.text === '') {
- self.text = '';
+ self.text = '';
}
self.revision = data.revision;
self.commit = data.commit;
@@ -319,7 +319,7 @@
$e.find('div').each(function(i, div) {
var $div = $(div);
switch ($div.attr('type')) {
- case 'area':
+ case 'rect':
a.push([
value,
$div.attr('x1'),
@@ -361,7 +361,7 @@
$sem.attr(tag, e[0]);
$div = $(doc.createElement("div"));
if (e[1]) {
- $div.attr('type', 'area');
+ $div.attr('type', 'rect');
$div.attr('x1', e[1]);
$div.attr('y1', e[2]);
$div.attr('x2', e[3]);