2014-03-11 14:48:26 +00:00
|
|
|
<html>
|
|
|
|
<head><title>Point Plus Options</title></head>
|
|
|
|
|
|
|
|
<body style="width: 400px;">
|
|
|
|
<h2>Point+ Options</h2>
|
|
|
|
<p>
|
|
|
|
<label><input type="checkbox" id="option-ctrl-enter">Send post and comments by CTRL+Enter</label>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<label><input type="checkbox" id="option-fancybox">Use Fancybox for images and videos</label>
|
|
|
|
</p>
|
|
|
|
<br>
|
|
|
|
<div id="status"></div>
|
|
|
|
<button id="save">Save</button>
|
2014-03-11 15:08:36 +00:00
|
|
|
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<a href="https://bitbucket.org/skobkin/chrome_point_plus/issues?status=new&status=open" target="_blank">Send bug report</a>
|
|
|
|
</p>
|
2014-03-11 14:48:26 +00:00
|
|
|
</body>
|
|
|
|
|
|
|
|
<script src="js/options.js"></script>
|
|
|
|
|
|
|
|
</html>
|