From 4babc2c43b847dd62e8760e5c7cacf527bf2a290 Mon Sep 17 00:00:00 2001 From: Jeff Sturek <jsturek8@unl.edu> Date: Mon, 10 Aug 2020 13:55:13 -0500 Subject: [PATCH] Update embed to 5.2 --- www/templates/5.0/embed-debug.tpl.php | 6 +++--- www/templates/5.0/embed.tpl.php | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/www/templates/5.0/embed-debug.tpl.php b/www/templates/5.0/embed-debug.tpl.php index b937205..959ba49 100644 --- a/www/templates/5.0/embed-debug.tpl.php +++ b/www/templates/5.0/embed-debug.tpl.php @@ -5,8 +5,8 @@ <meta http-equiv="x-ua-compatible" content="ie=edge" /> <title>Search | University of Nebraska–Lincoln</title> <link rel="stylesheet" href="https://cloud.typography.com/7717652/6968572/css/fonts.css" /> - <link rel="stylesheet" href="/wdn/templates_5.1/css/main.css" /> - <link rel="stylesheet" href="/wdn/templates_5.1/js/js-css/tabs.css" /> + <link rel="stylesheet" href="/wdn/templates_5.2/css/main.css" /> + <link rel="stylesheet" href="/wdn/templates_5.2/js/js-css/tabs.css" /> <script data-main="js/embed-src/main.js" src="js/embed-src/require.js"></script> <?php echo $head ?> </head> @@ -15,7 +15,7 @@ <?php echo $maincontent ?> </main> <script> - require(['https://unlcms.unl.edu/wdn/templates_5.1/js/compressed/dcf-utility.js', 'https://unlcms.unl.edu/wdn/templates_5.1/js/compressed/dcf-tabs.js'], function() { + require(['https://unlcms.unl.edu/wdn/templates_5.2/js/compressed/dcf-utility.js', 'https://unlcms.unl.edu/wdn/templates_5.2/js/compressed/dcf-tabs.js'], function() { DCFUtility.flagSupportsWebP(); DCFUtility.flagSupportsJavaScript(); diff --git a/www/templates/5.0/embed.tpl.php b/www/templates/5.0/embed.tpl.php index e43c001..9f23740 100644 --- a/www/templates/5.0/embed.tpl.php +++ b/www/templates/5.0/embed.tpl.php @@ -5,8 +5,8 @@ <meta http-equiv="x-ua-compatible" content="ie=edge" /> <title>Search | University of Nebraska–Lincoln</title> <link rel="stylesheet" href="https://cloud.typography.com/7717652/6968572/css/fonts.css" /> - <link rel="stylesheet" href="https://unlcms.unl.edu/wdn/templates_5.1/css/main.css" /> - <link rel="stylesheet" href="https://unlcms.unl.edu/wdn/templates_5.1/js/js-css/tabs.css" /> + <link rel="stylesheet" href="https://unlcms.unl.edu/wdn/templates_5.2/css/main.css" /> + <link rel="stylesheet" href="https://unlcms.unl.edu/wdn/templates_5.2/js/js-css/tabs.css" /> <script src="js/embed/all.js?v=<?php echo $cacheVersion; ?>"></script> <?php echo $head ?> </head> @@ -16,8 +16,8 @@ </main> </body> <script> - require(['https://unlcms.unl.edu/wdn/templates_5.1/js/compressed/dcf-utility.js', - 'https://unlcms.unl.edu/wdn/templates_5.1/js/compressed/dcf-tabs.js'], function() { + require(['https://unlcms.unl.edu/wdn/templates_5.2/js/compressed/dcf-utility.js', + 'https://unlcms.unl.edu/wdn/templates_5.2/js/compressed/dcf-tabs.js'], function() { DCFUtility.flagSupportsWebP(); DCFUtility.flagSupportsJavaScript(); -- GitLab