Skip to content

Commit

Permalink
update branch name in license url
Browse files Browse the repository at this point in the history
  • Loading branch information
advaith1 authored Mar 24, 2023
1 parent b039588 commit 49a7b50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Code style](https://img.shields.io/badge/code%20style-prettier-ff69b4?logo=prettier&logoColor=white)](https://prettier.io)
[![Crowdin](https://badges.crowdin.net/delly/localized.svg)](https://translate.discordextremelist.xyz/project/delly)

Licensing information viewable in the [LICENSE](https://github.com/discordextremelist/website/blob/master/LICENSE) file.
Licensing information viewable in the [LICENSE](https://github.com/discordextremelist/website/blob/main/LICENSE) file.

We welcome contributions to DEL! If you need any help contributing, please talk to us in our Discord server.

Expand Down
2 changes: 1 addition & 1 deletion views/partials/footer.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<span id="premidPageInfo" style="display: none;"><%= premidPageInfo || __("common.page") %></span>
</div>
<script>
function showLicense(){document.getElementById("licenseNotice").setAttribute("onclick",""),document.getElementById("licenseNotice").setAttribute("title",'<%= __("common.footer.copyright.title.1") %>'),document.getElementById("generalLicenseInfo").style.display="block",document.getElementById("footerBreak").style.display="none",setTimeout(()=>{document.getElementById("licenseNotice").setAttribute("href","https://github.com/discordextremelist/website/blob/master/LICENSE")},500)};
function showLicense(){document.getElementById("licenseNotice").setAttribute("onclick",""),document.getElementById("licenseNotice").setAttribute("title",'<%= __("common.footer.copyright.title.1") %>'),document.getElementById("generalLicenseInfo").style.display="block",document.getElementById("footerBreak").style.display="none",setTimeout(()=>{document.getElementById("licenseNotice").setAttribute("href","https://github.com/discordextremelist/website/blob/main/LICENSE")},500)};
(function(o){"use strict";var e=navigator.serviceWorker;if(!e)return this.UpUp=null,o;var i={"service-worker-url":"del.sw.js","registration-options":{}},s=!1,n="font-weight: bold; color: #00f;";this.UpUp={start:function(t){this.addSettings(t),e.register(i["service-worker-url"],i["registration-options"]).then(function(t){s&&console.log("Service worker registration successful with scope: %c"+t.scope,n),(t.installing||e.controller||t.active).postMessage({action:"set-settings",settings:i})}).catch(function(t){s&&console.log("Service worker registration failed: %c"+t,n)})},addSettings:function(e){"string"==typeof(e=e||{})&&(e={content:e}),["content","content-url","assets","service-worker-url","cache-version"].forEach(function(t){e[t]!==o&&(i[t]=e[t])}),e.scope!==o&&(i["registration-options"].scope=e.scope)},debug:function(t){s=!(0<arguments.length)||!!t}}}).call(this);
document.addEventListener("DOMContentLoaded",function(){var t=Array.prototype.slice.call(document.querySelectorAll(".navbar-burger"),0);0<t.length&&t.forEach(function(e){e.addEventListener("click",function(){var t=document.getElementById(e.dataset.target);e.classList.toggle("is-active"),t.classList.toggle("is-active")})})});UpUp.start({"content-url":"offline.html",assets:["/css/standard.css", "/fonts/fa/css/all.css", "/fonts/offline-fonts.css","/fonts/fa/webfonts/fa-duotone-900.woff2"],"service-worker-url":"/upup.sw.min.js"});
document.querySelectorAll(".navbar-link").forEach(function(e){e.addEventListener("click",function(){e.nextElementSibling.classList.toggle("is-hidden-touch")})});
Expand Down

0 comments on commit 49a7b50

Please sign in to comment.