Commit 9852f758 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

fwi: save button removed from blog page

parent 9a44d661
......@@ -99,9 +99,8 @@
function createLoadNewBlogCallback(g, blog_path, e_c, io_path, i_c) {
return function () {
e_c.empty();
i_c.empty();
$('.sidebar').empty();
$('.editor_a_safe').attr("style","display:none");
$('.property_a_safe').attr("style","display:none");
return RSVP.all([
g.declareGadget(blog_path, {element: e_c[0], sandbox: 'iframe'}),
g.declareGadget(io_path),
......
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