Skip to content

Commit

Permalink
[bugfix] buttons.reverse() not needed anymore as the float:right prop…
Browse files Browse the repository at this point in the history
…erty is no more set since the css templating
  • Loading branch information
jsavidan committed Apr 1, 2019
1 parent 1ba9d14 commit 66e0e48
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/zebra_dialog.src.js
Expand Up @@ -903,9 +903,6 @@
// if there are any buttons to be added to the dialog box
if (buttons) {

// reverse the order of the buttons because they are floated to the right
buttons.reverse();

// create the button bar
button_bar = $('<div>', {

Expand Down

0 comments on commit 66e0e48

Please sign in to comment.