forked from men232/plus-for-trello
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plusmessages.html
22 lines (22 loc) · 1.03 KB
/
plusmessages.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<title>Error Log - Plus</title>
<link href="css/style.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="libs/jquery.min.js"></script>
<script type="text/javascript" src="shared.js"></script>
<script type="text/javascript" src="sharedmobile.js"></script>
<script type="text/javascript" src="sharedsync.js"></script>
<script type="text/javascript" src="plusmessages.js"></script>
</head>
<body style="font-family: Helvetica Neue,Arial,Helvetica,sans-serif;font-size:16px;">
<button id="buttonClear">Remove all log entries</button>
<button id="buttonSendToDev">Send log to the Plus team</button>
<a href ="mailto:support@plusfortrello.com?subject=Plus%20for%20Trello%20support" target ="_blank">email support</a>
<a href="http://www.plusfortrello.com/p/faq.html" target="_blank">FAQ</a>
<div class="agile_toplevel_report_container agile_report_container">
</div>
<br />
<div id="lastPageError"></div>
</body>
</html>