Web Client Bundle Main Javascript (Beautified!)

This pertains to PMS v 1.3.4.3285

I noticed that the original main js file inside of the Web Client was nothing but atrocious lines of code not properly formatted. Normally we would just say okay and move on. However this script is actually determining how the localized web client is laid out and how it looks. I have cleaned up the code and made it all snazzy and readable Insert Hooray! here lol to allow other JS developers to be able to look through it easier and learn how plex designed the default web client in JS and create their own.

Note: This is a direct replacement of the original file. I have tested this on my own PMS and it does not break the client. This is not a new web client! It just a cleaned up version of the existing one that is easier to read thereby making coding easier.

[moderator edit: file link removed]

Please feel free to leave some feedback =)

The code is not intended to be looked at nor modified.

The code is compressed for faster delivery, faster execution and shorter loading times.
If you have to deliver a web app 100’s of thousand times per day,
you’ll quickly learn that ‘beautiful’ code with all its line feeds, spaces and tabulators costs more. :wink:
Google ‘minification’

Sorry, the web app is not under an opensource license. Therefore, you are not allowed to redistribute a modified version of it.

With release of Web app version 3.0, this version of the file is now obsolete, anyway.

My apologies, wasn’t aware the webapp wasn’t allowed for that. Thank you for removing the link.