diff options
author | johnyma22 <john@mclear.co.uk> | 2012-10-09 00:24:19 +0100 |
---|---|---|
committer | johnyma22 <john@mclear.co.uk> | 2012-10-09 00:24:19 +0100 |
commit | c9dd620e2ab8aeebde547a27fa6f7fccfc273388 (patch) | |
tree | 676d5cb10b0623a12d5a565682ffb47b7b542658 /tests/frontend/index.html | |
parent | 251ab842dd768e8ca73089d8219213353f176215 (diff) | |
download | etherpad-lite-c9dd620e2ab8aeebde547a27fa6f7fccfc273388.zip |
the first stages of a clear authorship color test
Diffstat (limited to 'tests/frontend/index.html')
-rw-r--r-- | tests/frontend/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/frontend/index.html b/tests/frontend/index.html index 53541d7f..87289308 100644 --- a/tests/frontend/index.html +++ b/tests/frontend/index.html @@ -19,6 +19,8 @@ <script src="helper.js"></script> <script src="specs/helper.js"></script> + <script src="specs/button_clear_authorship_colors.js"></script> +<!-- <script src="specs/button_bold.js"></script> <script src="specs/button_italic.js"></script> <script src="specs/keystroke_urls_become_clickable.js"></script> @@ -27,6 +29,6 @@ <script src="specs/embed_value.js"></script> <script src="specs/keystroke_urls_become_clickable.js"></script> <script src="specs/button_indentation.js"></script> - +--> <script src="runner.js"></script> </html> |