• Robert Knight's avatar
    Fix base URL not being specified for /app/dismiss_sidebar_tutorial route · 3c38396f
    Robert Knight authored
    The dismiss_sidebar_tutorial session action overrode the whole
    URL, including replacing the base URL with just '/app'. Therefore
    it would have failed when app.html's origin did not match the service
    URL - as in the Chrome extension.
    
     * Pass the complete URL for the dismiss_sidebar_tutorial action
    
     * Remove several unused actions from session.js that have been
       replaced by server-rendered forms
    
     * Add test for dimiss_sidebar_tutorial action
    3c38396f
session.js 4.99 KB