Atom feed html page, js files (3.0.1)?

When I am tryng to open a stream in my browser, it is rendered to a normal page. With this header:

<head>
    <script src='/web/es/lib/jquery/jquery-1.8.0.min.js'></script>
    <script src='/web/es/lib/jquery/jquery-ui-1.8.23.min.js'></script>
    <script src='/web/es/lib/jsrender/jsrender.js'></script>
    <script src='/web/es/js/atom/render.js'></script>
    <script src='/web/es/js/es.tmpl.js'></script>
    <script id='r-head'>
        es.tmpl.renderHead();
    </script>
</head>

but none of these js files are available. Why is that so? Does it suppose to be like this?

Url is like this:
http://appdev:2113/streams/$users

Do you have the UI directory next to the binaries?

James

I just extracted the content of 3.0.1 download. It has no files that I mention. These files are only available in 2.0.0 distribution.

Could it be browser cache? :slight_smile:

Nope. May be I cannot express my clearly enough, the files are MISSING from the distribution and from the repository for 3.0.1. May be there was some plan to change it but apparently, files were removed but the Atom rendering to html still refers to it.

As I can remember, Greg, when you was showing how to work with the feed during the course, this page didn’t load either. You had to switch to page source to see the data.

When I get files form 2.0.0, it shows ok but these files have some old stuff like wrong menu and so on.

There is an entire different UI for 3.0.1 this is why I was guessing
that you have something in your browser cache :slight_smile: