Skip to content

Commit

Permalink
Removed non-standard spaces. (bugfix by erunaheru)
Browse files Browse the repository at this point in the history
  • Loading branch information
MathDerVakker committed Jul 25, 2014
1 parent 7f4b5b4 commit 8007e77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/zpanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,9 @@ var zPanel = {
zPanel.utils.deepExtend(this.options, options);

// Check for Hidden Buttons
okButtonStyle  = this.options.okButton.show === false ? 'style="display: none;"'  :  
okButtonStyle = this.options.okButton.show === false ? 'style="display: none;"' :
'';
cancelButtonStyle  = this.options.cancelButton.show === false ? 'style="display: none;"'  :  
cancelButtonStyle = this.options.cancelButton.show === false ? 'style="display: none;"' :
'';

// Create Dialog Div
Expand Down

0 comments on commit 8007e77

Please sign in to comment.