-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix cdn.jsdelivr SSL , improve UI UX , upgrade java
- Loading branch information
Showing
74 changed files
with
523 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+119 KB
deps/jackson-datatype-jsr310-2.14.2.jar → deps/jackson-datatype-jsr310-2.16.0.jar
Binary file not shown.
Binary file renamed
BIN
+496 KB
deps/jackson-module-scala_2.13-2.14.2.jar → deps/jackson-module-scala_2.13-2.16.0.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -150,7 +150,7 @@ | |
} | ||
|
||
var cbKey = "20231107"; | ||
var leoObserverJsUrl = "https://cdn.jsdelivr.net/gh/USPA-Technology/[email protected]/js/leo-observer/leo.observer.min.js?cb="+cbKey; | ||
var leoObserverJsUrl = "https://gcore.jsdelivr.net/gh/USPA-Technology/[email protected]/js/leo-observer/leo.observer.min.js?cb="+cbKey; | ||
var isDev = ROOT_DOMAIN === "obs.example.com"; | ||
if(isDev) { | ||
leoObserverJsUrl = "https://obs.example.com/public/js/leo-observer/leo.observer.js?cb="+(new Date().getTime()); | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,9 +55,9 @@ | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/lscache/1.3.0/lscache.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.11.0/underscore-min.js" ></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/jsv.min.js"></script> | ||
<script src="https://gcore.jsdelivr.net/npm/[email protected]/lib/jsv.min.js"></script> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/jsonform.min.js"></script> | ||
<script src="https://gcore.jsdelivr.net/npm/[email protected]/lib/jsonform.min.js"></script> | ||
|
||
<script src="//{{baseStaticUrl}}/public/js/utils/mdl-chips-input.js"></script> | ||
<script src="//{{baseStaticUrl}}/public/js/utils/handlebars.min.js"></script> | ||
|
@@ -206,7 +206,7 @@ | |
window.leoObserverId = "4Ql9nCEbJKgHcSRwtJhWdV"; | ||
|
||
window.leoObserverLogDomain = "demotrack.leocdp.net"; | ||
window.leoObserverCdnDomain = "cdn.jsdelivr.net/gh/USPA-Technology/leo-cdp-static-files"; | ||
window.leoObserverCdnDomain = "gcore.jsdelivr.net/gh/USPA-Technology/leo-cdp-static-files"; | ||
window.leoAdServerDomain = "demo.leocdp.net"; | ||
|
||
window.srcTouchpointName = encodeURIComponent(document.title); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,13 +20,13 @@ | |
rel="stylesheet"> | ||
|
||
<!-- Icons --> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/css/boxicons.min.css" rel="stylesheet"> | ||
<link href="https://gcore.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet"> | ||
<link href="https://gcore.jsdelivr.net/npm/[email protected]/css/boxicons.min.css" rel="stylesheet"> | ||
<script src="https://unpkg.com/[email protected]/dist/ionicons.js"></script> | ||
|
||
<!-- Icons --> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/css/boxicons.min.css" rel="stylesheet"> | ||
<link href="https://gcore.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet"> | ||
<link href="https://gcore.jsdelivr.net/npm/[email protected]/css/boxicons.min.css" rel="stylesheet"> | ||
<script src="https://unpkg.com/[email protected]/dist/ionicons.js"></script> | ||
|
||
<!-- Vendor CSS Files --> | ||
|
@@ -51,7 +51,7 @@ | |
<div class="container d-flex align-items-center"> | ||
<div class="logo mr-auto"> | ||
<!-- Uncomment below if you prefer to use an image logo --> | ||
<a href="/"><img src="https://cdn.jsdelivr.net/gh/USPA-Technology/leo-cdp-static-files@latest/images/leo-cdp-logo.png" alt="LEO CDP" class="img-fluid"></a> | ||
<a href="/"><img src="https://gcore.jsdelivr.net/gh/USPA-Technology/leo-cdp-static-files@latest/images/leo-cdp-logo.png" alt="LEO CDP" class="img-fluid"></a> | ||
</div> | ||
<nav class="nav-menu d-none d-lg-block"> | ||
<ul> | ||
|
8 changes: 8 additions & 0 deletions
8
resources/app-templates/leocdp-admin/common-resources-min/leocdp.campaign.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.