Skip to content
Snippets Groups Projects
Commit 25e9343d authored by Brett Bieber's avatar Brett Bieber
Browse files

Update peoplefinder terminology and references to the new directory.unl.edu.

parent 0577ffaf
No related branches found
No related tags found
No related merge requests found
......@@ -83,9 +83,9 @@ $page->maincontentarea .= '
</noscript>
</div>
<div class="col right">
<h3 class="sec_header">Peoplefinder</h3>
<h3 class="sec_header">UNL Directory</h3>
<div id="ppl_results"></div>
<a href="http://www1.unl.edu/wdn/wiki/About_Peoplefinder">About Peoplefinder</a>
<a href="http://www1.unl.edu/wdn/wiki/About_Peoplefinder">About the UNL Directory</a>
</div>
<div class="three_col left">
'.$local_results.'
......
......@@ -150,7 +150,7 @@ UNL_Search.doPeoplefinderQuery = function (val) {
this.handlePeoplefinderResults(cacheData);
} else {
var pointer = this;
WDN.get("http://peoplefinder.unl.edu/service.php?q=" + val, null, function(data, textStatus) {
WDN.get("http://directory.unl.edu/service.php?q=" + val, null, function(data, textStatus) {
pointer.peoplefinderCache.save(val, data);
UNL_Search.handlePeoplefinderResults(data);
});
......@@ -186,7 +186,7 @@ UNL_Search.showHCard = function (ele, href) {
} else {
var http = new XMLHTTP();
http.open("GET", "http://peoplefinder.unl.edu/hcards/" + uid, true);
http.open("GET", "http://directory.unl.edu/hcards/" + uid, true);
var pointer = this;
http.onreadystatechange = function() {
if (http.readyState == 4) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment