Skip to content

Conversation

@opoet7
Copy link

@opoet7 opoet7 commented Jan 23, 2021

No description provided.

@bl-ue
Copy link

bl-ue commented Jan 23, 2021

@opoet7 It looks like js/scripts.js was recovered from a minified version...
For example this code:

exitfromloop = false;
var OS_LIST = [];
var cmdList = [];
var OS_ARRAY_WITH_DATA = {};

was changed to this:

exitfromloop = !1;
var OS_LIST = [],
    cmdList = [],
    OS_ARRAY_WITH_DATA = {};

which looks like typical minified JavaScript code.

Also there are no comments, and many newlines were stripped.

But the HTML looks a lot better...

🤔

index.html Outdated
</form>
<form class="navbar-form navbar-right" role="search">
<select id="language" name="language" class="form-control"></select>
</form>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's mixed whitespace (spaces/tabs) in these lines as well.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems to me like someone should:

  1. Close this PR
  2. Open a new PR completely normalizing the whitespace in all files
  3. After that is merged, open a new version of this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants