Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Blank page fix (javascript loop removed) (closes #33) #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4,527 changes: 4,525 additions & 2 deletions cache/base.js

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions js/050.init.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,6 @@ _.resize = function() {
_.fixFilesHeight();
var width = jLeft.outerWidth() + jRight.outerWidth();
jStatus.css('width', width);
while (jStatus.outerWidth() > width)
jStatus.css('width', parseInt(jStatus.css('width')) - 1);
while (jStatus.outerWidth() < width)
jStatus.css('width', parseInt(jStatus.css('width')) + 1);
jFiles.css('width', jRight.innerWidth() - jFiles.outerHSpace());
jResizer.css({
left: jLeft.outerWidth() - jFolders.outerRightSpace('m'),
Expand Down