Skip to content
Snippets Groups Projects
Commit 4668abed authored by Ryan Dee's avatar Ryan Dee
Browse files

Update UNL Directory URL to https

parent 02d1eec6
Branches
Tags
1 merge request!9Initial conversion from 4.1 to 5.0
...@@ -42,7 +42,7 @@ define(['jquery', 'analytics'], function ($, analytics) { ...@@ -42,7 +42,7 @@ define(['jquery', 'analytics'], function ($, analytics) {
var Directory = function(server, containerId) { var Directory = function(server, containerId) {
var cntSel = '#' + containerId; var cntSel = '#' + containerId;
this._server = server || '//directory.unl.edu'; this._server = server || 'https://directory.unl.edu';
this._cache = new Cache(); this._cache = new Cache();
this._searchCanceled = false; this._searchCanceled = false;
this._viewState = 0; this._viewState = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment