Ignore:
Timestamp:
10/21/18 21:27:22 (6 years ago)
Author:
Leif-Jöran
Message:

Some further proofing in main.jsx.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SRUAggregator/trunk/src/main/resources/assets/js/main.jsx

    r7223 r7228  
    1919        window.location.pathname.substring(0, window.location.pathname.indexOf("/", 2)) ||
    2020        //window.location.pathname ||
     21        //"/ws/fcs/2.0/aggregator";
    2122        "/Aggregator";
     23
    2224
    2325var PT = PropTypes;
     
    194196                                                                <span className="icon-bar"></span>
    195197                                                        </button>
    196                                                         <a className="navbar-brand" href={URLROOT} tabIndex="-1">
     198                                                        <a className="navbar-brand" href={URLROOT + "/"} tabIndex="-1">
    197199                                                                <img width="28px" height="28px" src="img/magglass1.png"/>
    198                                                                 <header className="inline"> Content Search </header>
     200                                                                <header className="inline"> Federated Content Search </header>
    199201                                                        </a>
    200202                                                </div>
Note: See TracChangeset for help on using the changeset viewer.