Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
Now opens event in new tab correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
DCruzDev committed Apr 24, 2019
1 parent 703ab25 commit 20f8770
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions js/examsCalendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ function parseRow(row){
var imgElement = document.createElement("img");

linkElement.setAttribute("href", link);

imgElement.setAttribute("target", "_blank");
linkElement.setAttribute("target", "_blank");

imgElement.setAttribute("src", chrome.extension.getURL("img/calendar.png"));
imgElement.setAttribute("height", "30");
imgElement.setAttribute("width", "30");
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "PACO UA Extension",
"version": "0.22",
"version": "0.23",

"description": "Adiciona funcionalidade ao antigo PACO da Universidade de Aveiro",

Expand Down

0 comments on commit 20f8770

Please sign in to comment.