Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
aa
aabrowser
Commits
2d37210e
Commit
2d37210e
authored
Mar 24, 2011
by
Michael Murtaugh
Browse files
fixed evil save button bug
parent
88862f55
Changes
1
Hide whitespace changes
Inline
Side-by-side
aabrowser/media/jquery.ui.playlist.js
View file @
2d37210e
...
...
@@ -215,8 +215,8 @@ $.widget("aa.playlist", {
}
}).
appendTo
(
o
.
_edit
);
$
(
"
.aa-playlist-edit-save-button
"
).
click
(
function
()
{
that
.
save
();
return
false
});
$
(
"
.aa-playlist-edit-cancel-button
"
).
click
(
function
()
{
$
(
"
.aa-playlist-edit-save-button
"
,
editmenu
).
click
(
function
()
{
that
.
save
();
return
false
});
$
(
"
.aa-playlist-edit-cancel-button
"
,
editmenu
).
click
(
function
()
{
// $('div#textile-help').hide(); //hide textile help
if
(
!
o
.
annotation_id
&&
o
.
drop_on_cancel
)
{
that
.
element
.
remove
();
...
...
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