Fixes JS error when downloading logs.

This commit is contained in:
hristoterezov 2015-04-15 11:17:01 +03:00
parent adb1c572ed
commit 5b7083f5f7
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@
<input type="text" id="setEmail" placeholder="E-Mail">
<button id="updateSettings" data-i18n="settings.update"></button>
</div>
<a id="downloadlog" onclick='dump(event.target);' data-container="body" data-toggle="popover" data-placement="right" data-i18n="[data-content]downloadlogs" ><i class="fa fa-cloud-download"></i></a>
<a id="downloadlog" data-container="body" data-toggle="popover" data-placement="right" data-i18n="[data-content]downloadlogs" ><i class="fa fa-cloud-download"></i></a>
</div>
</body>
</html>