rickdog - 2013-03-11

in code/base/javascript.js, need to escape special characters (e.g. "&")

function ecoder_tree ( frame, mode, path, hidden ) {
    path = encodeURIComponent(path);  // add this line