helpcenter/Web/js/builder/temp.js
alexandervnuchkov 71f171fb08 First commit
2016-08-29 16:51:20 +03:00

7 lines
373 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');
}
});