The Javascript files are listed below and are located at StartUp Theme folder inside assets/scripts/static folder. Leave these files alone unless you know exactly what you are doing. If you do need to edit them, please make a copy of them before you try to edit./p>
Here is stored admin scripts.
/** * Twitter Application */ Application = {}; Application.Tweets = { init: function () { var a = { q: "#envato", rpp: 10, // tweets per request since_id: "123456789" //offset - since tweet id }; ... }