aboutsummaryrefslogtreecommitdiffstats
path: root/infrastructure/ace/www/linestylefilter.js
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2010-02-05 01:58:02 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2010-02-05 02:17:51 +0100
commit1199878005d6980e6f3631f419778927147bd639 (patch)
tree266c60e73d5cbd4ffc8a36ea7dc005b877ca3273 /infrastructure/ace/www/linestylefilter.js
parent06ba710dccff087c8546aee7812487693ea7e88c (diff)
downloadetherpad-1199878005d6980e6f3631f419778927147bd639.tar.gz
etherpad-1199878005d6980e6f3631f419778927147bd639.tar.xz
etherpad-1199878005d6980e6f3631f419778927147bd639.zip
added header buttons and used backend functionality
Diffstat (limited to 'infrastructure/ace/www/linestylefilter.js')
-rw-r--r--infrastructure/ace/www/linestylefilter.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/infrastructure/ace/www/linestylefilter.js b/infrastructure/ace/www/linestylefilter.js
index 3514859..ef824cc 100644
--- a/infrastructure/ace/www/linestylefilter.js
+++ b/infrastructure/ace/www/linestylefilter.js
@@ -26,7 +26,12 @@ linestylefilter.ATTRIB_CLASSES = {
'italic':'tag:i',
'underline':'tag:u',
'strikethrough':'tag:s',
- 'h1':'tag:h1'
+ 'h1':'tag:h1',
+ 'h2':'tag:h2',
+ 'h3':'tag:h3',
+ 'h4':'tag:h4',
+ 'h5':'tag:h5',
+ 'h6':'tag:h6'
};
linestylefilter.getAuthorClassName = function(author) {