Skip to content

Commit

Permalink
3.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinamiko committed Sep 22, 2020
1 parent 27f0257 commit bdb72dd
Show file tree
Hide file tree
Showing 1,048 changed files with 174,159 additions and 972 deletions.
2 changes: 1 addition & 1 deletion assets/css/main.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/js/backup-downloader.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ window.BWU = window.BWU || {};

addListeners: function ()
{
_.forEach( document.querySelectorAll( '.backup-download-link' ), function ( downloadLink )
_.forEach( document.querySelectorAll( '#backup-download-link' ), function ( downloadLink )
{
downloadLink.addEventListener( 'click', this.startDownload );
}.bind( this ) );
Expand Down
2 changes: 1 addition & 1 deletion assets/js/backup-downloader.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/js/general.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jQuery(document).ready(function ($) {
if ( $('body.admin-bar').length )
adminbar_height = 28;

if ( tbWindow.size() ) {
if ( tbWindow.length > 0 ) {
tbWindow.width( W - 50 ).height( H - 45 - adminbar_height );
$('#TB_iframeContent').width( W - 50 ).height( H - 75 - adminbar_height );
tbWindow.css({'margin-left': '-' + parseInt((( W - 50 ) / 2),10) + 'px'});
Expand Down
Loading

0 comments on commit bdb72dd

Please sign in to comment.