| Index: options.html |
| =================================================================== |
| --- a/options.html |
| +++ b/options.html |
| @@ -188,9 +188,13 @@ |
| </template> |
| </ul> |
| <div class="controls"> |
| + <button data-action="edit-domain-exception"> |
| + <span class="icon icon-add"></span> |
| + <span>Test</span> |
|
saroyanm
2015/11/30 11:24:21
Please change Test to "Add website", also be sure
Thomas Greiner
2015/12/11 16:49:35
Done. Must've forgotten to replace the placeholder
|
| + </button> |
| <div> |
| <span class="icon icon-add" data-action="add-domain-exception"></span> |
| - <input type="text" id="whitelisting-textbox" /> |
| + <input type="text" id="whitelisting-textbox" placeholder="www.example.com" /> |
| <span class="icon icon-enter" data-action="add-domain-exception"></span> |
| </div> |
| <div> |