diff --git a/scripts/_variables b/scripts/_variables index d9bdda0..70a9eb8 100644 --- a/scripts/_variables +++ b/scripts/_variables @@ -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 diff --git a/scripts/install b/scripts/install index 57f0ef6..c9b8e44 100644 --- a/scripts/install +++ b/scripts/install @@ -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