mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
deactivate not working countable plugin
This commit is contained in:
parent
41d4220575
commit
0a0d26cc5c
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ ep_align_version=0.2.5
|
|||
ep_author_hover_version=0.3.0
|
||||
ep_automatic_logut_version=1.0.8
|
||||
ep_comments_page_version=0.1.5
|
||||
ep_countable_version=0.0.7
|
||||
#ep_countable_version=0.0.7
|
||||
ep_delete_empty_pads_version=0.0.6
|
||||
ep_font_color_version=0.0.15
|
||||
ep_headings2_version=0.1.3
|
||||
|
|
|
@ -250,7 +250,7 @@ npm install ep_automatic_logut@${ep_automatic_logut_version} >> $install_log 2>&
|
|||
# Framapad - Adds comments on sidebar and link it to the text.
|
||||
npm install ep_comments_page@${ep_comments_page_version} >> $install_log 2>&1
|
||||
# Framapad - Displays paragraphs, sentences, words and characters counts.
|
||||
npm install ep_countable@${ep_countable_version} >> $install_log 2>&1
|
||||
#npm install ep_countable@${ep_countable_version} >> $install_log 2>&1
|
||||
# Framapad - Delete pads which were never edited
|
||||
npm install ep_delete_empty_pads@${ep_delete_empty_pads_version} >> $install_log 2>&1
|
||||
# Framapad - Apply colors to fonts
|
||||
|
|
Loading…
Add table
Reference in a new issue