Commit b323bf21 authored by Lingnan Wu's avatar Lingnan Wu

add the function to reinitial the edit and remove button for the new slides page

parent 2ae87968
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -180,7 +180,15 @@
},
setContent: function (content) {
document.getElementById ("list").innerHTML=content;
//re initial the edit frame for the new page
$dialogEdit.append(editSlideIframe);
$('.edit_slide_button').click(function() {
editClick(this);
});
$('.remove_slide_button').click(function() {
removeClick(this);
});
},
onload: function (param) {
var waitForInit = function (fun) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment