summaryrefslogtreecommitdiff
path: root/app/notes/static
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2014-10-24 20:27:40 -0400
committerluxagraf <sng@luxagraf.net>2014-10-24 20:27:40 -0400
commit7f497a6e99fff99f45bbd68466d7e0ae1bee0539 (patch)
treed306625a2a2ccbda954805ed73670ec6b42ffb4d /app/notes/static
parentf0c735798aa8b54867c59ca48a11e32ef4adca5f (diff)
rewrote notes a bit to allow for longer notes and changed action tags to
indie-action
Diffstat (limited to 'app/notes/static')
-rw-r--r--app/notes/static/count.js4
1 files changed, 2 insertions, 2 deletions
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('<span style="display: inline-block; margin-left: 2em;"><span id="counter">400</span> chars used </span>');
+ $('#id_body_markdown').after('<span style="display: inline-block; margin-left: 2em;"><span id="counter">40000</span> chars used </span>');
$('#id_body_markdown').simplyCountable({
counter: '#counter',
countType: 'characters',
- maxCount: 400,
+ maxCount: 40000,
strictMax: false,
countDirection: 'up',
safeClass: 'safe',