helpcenter/helpcenter.r7-office.ru/Web/js/builder/temp.js

7 lines
367 B
JavaScript

$(document).ready(function () {
var iframeSrcValue = $('iframe').attr('src');
if (iframeSrcValue == '') {
$('section article').append("<p class=\"iframe2b\">The resulting sample document will be available here with the nearest ONLYOFFICE Document Builder API documentation website update.</p>");
$('iframe').css('height', '10px');
}
});