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
a802ef6b
Commit
a802ef6b
authored
Nov 13, 2006
by
Martyn Smith
Committed by
Martyn Smith
Nov 13, 2006
Browse files
Added tablerenderer js
parent
f6430648
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/web.php
View file @
a802ef6b
...
...
@@ -66,6 +66,9 @@ function &smarty($javascript = array(), $headers = array(), $strings = array())
throw
new
Exception
(
'tinyMCE not initialised.'
);
}
}
else
if
(
$value
==
'tablerenderer'
)
{
$value
=
$jsroot
.
'tablerenderer.js'
;
}
else
{
throw
new
Exception
(
$value
.
'.js: unknown'
);
}
...
...
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