Skip to content

Commit

Permalink
Merge pull request #1 from vingeni/master
Browse files Browse the repository at this point in the history
fix for #692
  • Loading branch information
tonioo committed Apr 27, 2015
2 parents 5eb4661 + 1d2f01a commit 6187ad4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modoboa_webmail/static/modoboa_webmail/js/webmail.js
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,8 @@ Webmail.prototype = {
this.store_nav_params();
this.page_update(resp);
$("#emails").htmltable({
row_selector: "div.email"
row_selector: "div.email",
keep_selection: true
});
this.htmltable = $("#emails").data("htmltable");
this.init_draggables();
Expand Down

0 comments on commit 6187ad4

Please sign in to comment.