From 4668abed05250cbc4539b0a53492c4c96af977cc Mon Sep 17 00:00:00 2001
From: Ryan Dee <ryan@skoolbus39.com>
Date: Mon, 13 Aug 2018 16:03:38 -0500
Subject: [PATCH] Update UNL Directory URL to https

---
 www/js/search.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/js/search.js b/www/js/search.js
index 45af855..4a57e73 100644
--- a/www/js/search.js
+++ b/www/js/search.js
@@ -42,7 +42,7 @@ define(['jquery', 'analytics'], function ($, analytics) {
 	var Directory = function(server, containerId) {
 		var cntSel = '#' + containerId;
 
-		this._server = server || '//directory.unl.edu';
+		this._server = server || 'https://directory.unl.edu';
 		this._cache = new Cache();
 		this._searchCanceled = false;
 		this._viewState = 0;
-- 
GitLab