Remove unused code

This commit is contained in:
Mikael Svenson 2018-09-04 08:25:58 +02:00
parent db70df922c
commit 5044b54a31
1 changed files with 0 additions and 8 deletions

View File

@ -56,14 +56,6 @@ export default class ScriptEditorWebPart extends BaseClientSideWebPart<IScriptEd
return Version.parse('1.0');
}
protected renderLogo(domElement: HTMLElement) {
domElement.innerHTML = `
<div style="margin-top: 30px">
<div style="float:right">Author: <a href="mailto:mikael.svenson@puzzlepart.com" tabindex="-1">Mikael Svenson</a></div>
<div style="float:right"><a href="https://www.puzzlepart.com/" target="_blank"><img src="//www.puzzlepart.com/wp-content/uploads/2017/08/Pzl-LogoType-200.png" onerror="this.style.display = \'none\'";"></a></div>
</div>`;
}
protected getPropertyPaneConfiguration(): IPropertyPaneConfiguration {
return {
pages: [