diff options
| author | Einar Egilsson <einar@einaregilsson.com> | 2019-12-11 15:06:42 +0000 | 
|---|---|---|
| committer | Einar Egilsson <einar@einaregilsson.com> | 2019-12-11 15:06:42 +0000 | 
| commit | 0fcc8c5e734d5e3ea769c5ef7be9f2200c3aca06 (patch) | |
| tree | f724e430286791f867cf0c42c039ec362a04eac0 /popup.html | |
| parent | b53d093463e94096f16f0fd7656fc88d642faa3d (diff) | |
More fixes after removing angular
Diffstat (limited to 'popup.html')
| -rw-r--r-- | popup.html | 8 | 
1 files changed, 4 insertions, 4 deletions
@@ -8,10 +8,10 @@  	<body>  		<h1>REDIRECTOR</h1>  		<div class="disabled"><span data-show="disabled" style="display: none;">Disabled</span></div> -		<button onclick="toggle('disabled')"><span data-show="disabled">Enable Redirector</span><span data-show="!disabled">Disable Redirector</span></button> -        <button onclick="openRedirectorSettings()">Edit Redirects</button> -		<label><input type="checkbox" data-bind="logging" onclick="toggle('logging')" /> Enable logging</label> -		<label><input type="checkbox" data-bind="enableNotifications" onclick="toggle('enableNotifications')" /> Enable notifications</label> +		<button id="toggle-disabled"><span data-show="disabled" style="display:none">Enable Redirector</span><span data-show="!disabled">Disable Redirector</span></button> +        <button id="open-redirector-settings">Edit Redirects</button> +		<label><input id="enable-logging" type="checkbox" data-bind="logging" /> Enable logging</label> +		<label><input id="enable-notifications" type="checkbox" data-bind="enableNotifications" /> Enable notifications</label>  		<script src="js/stub.js"></script>  		<script src="js/util.js"></script>  		<script src="js/popup.js"></script>  | 
