919293949596979899100101
cb = getFileContent(rootPath, scriptSrc); } //cache and remove this <script src tag from the DOM if (cb != null) { scriptPathList.add(new ScriptFile(scriptSrc, cb.toString(Charset.defaultCharset()))); } scriptElement.remove(); } }