aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/options.html
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-05-07 14:02:54 -0700
committerAlex Yatskov <alex@foosoft.net>2016-05-07 14:02:54 -0700
commitc620b4ba363c3b5ed603575e9179be3f1c1e2c03 (patch)
treeb77627eb38bb924b77aca37803f4456341476e91 /ext/bg/options.html
parent9b9985bd4ba810d5a4e985100c68c544df9bccaf (diff)
Simplify options page
Diffstat (limited to 'ext/bg/options.html')
-rw-r--r--ext/bg/options.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/ext/bg/options.html b/ext/bg/options.html
index 961d11f7..01f29f87 100644
--- a/ext/bg/options.html
+++ b/ext/bg/options.html
@@ -5,11 +5,6 @@
<title>Yomichan Options</title>
<link rel="stylesheet" type="text/css" href="../lib/bootstrap-3.3.6-dist/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="../lib/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css">
- <style type="text/css">
- .notifyAlerts {
- display: none;
- }
- </style>
</head>
<body>
<div class="container">
@@ -46,25 +41,6 @@
</div>
</div>
</div>
-
- <div class="alert alert-success notifyAlerts" id="notifySave">
- Preferences saved
- <button type="button" class="close" data-hide="notifySave">
- <span aria-hidden="true">&times;</span>
- </button>
- </div>
-
- <div class="alert alert-warning notifyAlerts" id="notifyReset">
- Preferences reset to defaults
- <button type="button" class="close" data-hide="notifyReset">
- <span aria-hidden="true">&times;</span>
- </button>
- </div>
-
- <div class="text-right">
- <button type="button" id="saveOptions" class="btn btn-default">Save</button>
- <button type="button" id="resetOptions" class="btn btn-danger">Reset</button>
- </div>
</form>
<script src="../lib/jquery-2.2.2.min.js"></script>