Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alain Shakour
clowdflows
Commits
42739389
Commit
42739389
authored
Oct 25, 2012
by
Anze Vavpetic
Browse files
fixed crash when no changes were made to a table.
parent
06572994
Changes
1
Hide whitespace changes
Inline
Side-by-side
workflows/templates/interactions/alter_table.html
View file @
42739389
...
...
@@ -35,6 +35,7 @@
$
(
function
()
{
$
(
document
).
ready
(
function
()
{
var
alteredCells
=
{};
$
(
'
#alteredCells{{widget.pk}}
'
).
val
(
JSON
.
stringify
(
alteredCells
));
var
oTable
=
$
(
'
#datasetTable{{widget.pk}}
'
).
dataTable
(
{
"
bSortCellsTop
"
:
true
,
"
bJQueryUI
"
:
true
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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