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
a0bcc414
Commit
a0bcc414
authored
Mar 02, 2010
by
Evan Goldenberg
Browse files
fix pagination issue in Chrome and Safari (bug #529650)
Signed-off-by:
Evan Goldenberg
<
evang@catalyst.net.nz
>
parent
46209307
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/js/paginator.js
View file @
a0bcc414
...
...
@@ -48,7 +48,6 @@ var Paginator = function(id, datatable, script, extradata) {
var
temp
=
DIV
({
'
id
'
:
'
ie-workaround
'
});
temp
.
innerHTML
=
'
<table><tbody>
'
+
data
.
data
.
tablerows
+
'
</tbody></table>
'
;
swapDOM
(
tbody
,
temp
.
childNodes
[
0
].
childNodes
[
0
]);
removeElement
(
temp
);
}
else
{
tbody
.
innerHTML
=
data
[
'
data
'
][
'
tablerows
'
];
...
...
Write
Preview
Supports
Markdown
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