automatically refresh after adding volumes. This bug is fixed
in future versions by git commit
bcd6f20b but the bugfix itself
is not noted in that commit message.
Signed-off-by: James Fournie <jfournie@sitka.bclibraries.ca>
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
'doc_id' : obj.docid,
'ou_ids' : list,
'copy_shortcut' : copy_shortcut,
- 'refresh' : function() { obj.refresh_list(); }
+ 'onrefresh' : function() { obj.refresh_list(); }
}
);
} catch(E) {
var w = xulG.new_tab(
window.xulG.url_prefix(urls.XUL_VOLUME_COPY_CREATOR),
{ 'tab_name' : title },
- { 'doc_id' : obj.docid, 'ou_ids' : list, 'refresh' : function() { obj.refresh_list(); } }
+ { 'doc_id' : obj.docid, 'ou_ids' : list, 'onrefresh' : function() { obj.refresh_list(); } }
);
} catch(E) {