Skip to content

Commit

Permalink
Merge branch 'feature/oct8-updates' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonn committed Oct 10, 2024
2 parents 11e30c3 + 45232d3 commit 4164bb3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ window.addEventListener("load", (event) => {
});

// Function to open link in a new window
function openLinkInNewWindow(event) {
window.openLinkInNewWindow = function(event) {
event.preventDefault();
var link = event.currentTarget.getAttribute("href");
window.open(link, "_blank");
}

function closeWindow() {
window.closeWindow = function() {
window.close();
}

Expand Down
2 changes: 1 addition & 1 deletion web/assets/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/assets/js/app.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/assets/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"/js/app.js": "/js/app.js?id=1a0928801ec44ded42f243f1fd9f78a4",
"/js/app.js": "/js/app.js?id=80b232a510fea07eead5e2bae2d85358",
"/js/glightbox.js": "/js/glightbox.js?id=0ea9a946662667ff6c2b77d631d2ac2e",
"/js/swiper.js": "/js/swiper.js?id=583c4aa948e5679584786cd80dbfb415",
"/js/projects-search.js": "/js/projects-search.js?id=c34109c91da8a7dd87639af14a1adcde",
Expand Down

0 comments on commit 4164bb3

Please sign in to comment.