confluence.js 298 B

1234
  1. var docsTag = $('#dataedo');
  2. var docsUrl = $('#dataedo').attr('src').replace(/\/confluence\.js(|\?.*)$/g, '');
  3. docsTag.after('<iframe id="dataedo-documentation" src="'+ docsUrl +'" scrolling="no" style="border: none; width: calc(100% + 100px); height: 700px; margin: 0 -60px 0 -40px;"></iframe>');