aboutsummaryrefslogtreecommitdiffstats
path: root/etherpad/src/static/js/linestylefilter_client.js
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2010-02-16 04:10:46 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2010-02-16 04:10:46 +0100
commit7a9ac2cb877e670bbb51fd17e98f2963ab6859fb (patch)
tree73a35316db6724c1cfdb4bf74d85d51f4fe0f875 /etherpad/src/static/js/linestylefilter_client.js
parentc19bbb60738a03e02091a7045d933d43cc11a5e8 (diff)
downloadetherpad-7a9ac2cb877e670bbb51fd17e98f2963ab6859fb.tar.gz
etherpad-7a9ac2cb877e670bbb51fd17e98f2963ab6859fb.tar.xz
etherpad-7a9ac2cb877e670bbb51fd17e98f2963ab6859fb.zip
changed from infrastucture to public dirs
Diffstat (limited to 'etherpad/src/static/js/linestylefilter_client.js')
-rw-r--r--etherpad/src/static/js/linestylefilter_client.js8
1 files changed, 7 insertions, 1 deletions
diff --git a/etherpad/src/static/js/linestylefilter_client.js b/etherpad/src/static/js/linestylefilter_client.js
index df35c3c..ca60296 100644
--- a/etherpad/src/static/js/linestylefilter_client.js
+++ b/etherpad/src/static/js/linestylefilter_client.js
@@ -24,7 +24,13 @@ linestylefilter.ATTRIB_CLASSES = {
'bold':'tag:b',
'italic':'tag:i',
'underline':'tag:u',
- 'strikethrough':'tag:s'
+ 'strikethrough':'tag:s',
+ 'h1':'tag:h1',
+ 'h2':'tag:h2',
+ 'h3':'tag:h3',
+ 'h4':'tag:h4',
+ 'h5':'tag:h5',
+ 'h6':'tag:h6'
};
linestylefilter.getAuthorClassName = function(author) {