Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
b3582257
Commit
b3582257
authored
Oct 04, 2016
by
Ghada El-Zoghbi
Browse files
Bug #1630078: fix typo in section descritption of get_string().
Change-Id: I8709a4218a4bc1a233db90e2f85ecc37ce932523
parent
4e75d877
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/js/textareamaxlengthchecker.js
View file @
b3582257
...
...
@@ -61,7 +61,7 @@ function checkTextareaMaxLength(elementName, isWysiwyg, maxlength) {
if
(
isElementDefined
(
maxlength
))
{
var
triggerLimit
=
parseInt
(
maxlength
)
+
1
;
var
errorMessage
=
get_string
(
'
rule.maxlength.maxlength
'
,
'
pieform
'
,
maxlength
);
var
errorMessage
=
get_string
(
'
rule.maxlength.maxlength
'
,
'
pieform
s
'
,
maxlength
);
if
(
usingParent
==
true
)
{
var
errorElementsInContainer
=
textareaContainer
.
parent
().
find
(
'
.
'
+
errorClass
);
...
...
Mahara Bot
@maharabot
Mentioned in commit
16f13543
·
Oct 04, 2016
Mentioned in commit
16f13543
Mentioned in commit 16f13543307904014dd6be870be6c950a32c6603
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment