Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Twitter Sign In with OpenID Sign In with Google

Sign In Sign Up

In this Discussion

Welcome to the Jo support forums! Please Sign Up and join in the discussion. You can also Sign In instantly with Twitter, OpenID or your Google ID.
CSS Problem with joScreen alert
  • santoshsantosh February 2011
    Posts: 2

    I get a "404 not found shiny.png" in console when I call the joScreen alert function. In my app I copied the jo css folder, and load the css like this.

    <link rel="stylesheet" href="css/jo.css" type="text/css">
    
  • davedave February 2011
    Posts: 415

    There's a reference to aluminum/shiny.png, I believe, in jo.css, which is a leftover from the old default theme. You can search for "aluminum" in your copy of jo.css and simply make the URL read "shiny.png" for a quick fix. Will have a fix in the next rev, thanks!

    Dave Balmer, Jo Code Wrangler
  • davedave February 2011
    Posts: 415

    Fixed in latest css/jo.css on GitHub.

    Dave Balmer, Jo Code Wrangler
  • santoshsantosh February 2011
    Posts: 2

    Great! Thanks.