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
6974f7a7
Commit
6974f7a7
authored
Dec 20, 2006
by
Penny Leach
Browse files
added a countkeys mahara js function
parent
5aa8aa02
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/js/mahara.js
View file @
6974f7a7
...
...
@@ -296,3 +296,8 @@ function expandDownToViewport(element, width) {
setElementDimensions
(
element
,
newheight
);
}
function
countKeys
(
x
)
{
n
=
0
;
for
(
i
in
x
)
n
++
;
return
n
;
}
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