mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-16 16:14:43 -04:00
Fixed minor bugs
This commit is contained in:
parent
b824fc8cf3
commit
85078fd328
2 changed files with 13 additions and 4 deletions
|
@ -366,6 +366,7 @@ function finishView(view) {
|
|||
},
|
||||
dataType: "jsonp",
|
||||
success: function (data) {
|
||||
if (!data.query || !data.query.results) return;
|
||||
var json = data.query.results.json;
|
||||
var html = json.html;
|
||||
var ratio = json.height / json.width;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue