From 7f497a6e99fff99f45bbd68466d7e0ae1bee0539 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Fri, 24 Oct 2014 20:27:40 -0400 Subject: rewrote notes a bit to allow for longer notes and changed action tags to indie-action --- app/notes/static/count.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/notes/static') diff --git a/app/notes/static/count.js b/app/notes/static/count.js index d75d870..6d1b5a0 100644 --- a/app/notes/static/count.js +++ b/app/notes/static/count.js @@ -1,12 +1,12 @@ var jQuery = django.jQuery; var $ = jQuery; $(document).ready(function () { - $('#id_body_markdown').after('400 chars used '); + $('#id_body_markdown').after('40000 chars used '); $('#id_body_markdown').simplyCountable({ counter: '#counter', countType: 'characters', - maxCount: 400, + maxCount: 40000, strictMax: false, countDirection: 'up', safeClass: 'safe', -- cgit v1.2.3