Fixed missing title.
This commit is contained in:
parent
fcc0e5b115
commit
cecfeb7546
@ -1,6 +1,6 @@
|
|||||||
function showImg(imgLoc) {
|
function showImg(imgLoc) {
|
||||||
var imgView = document.getElementById("imgView");
|
var imgView = document.getElementById("imgView");
|
||||||
var toPlayerButton = "<div class=\"popOutBttn\" onclick=\"openInLocalProg('" + imgLoc + "')\">∽</div>";
|
var toPlayerButton = "<div title=\"Open In Local Program\" class=\"popOutBttn\" onclick=\"openInLocalProg('" + imgLoc + "')\">∽</div>";
|
||||||
var popButton = "<a href=\"" + imgLoc + "\" target=\"_blank\"><div class=\"popOutBttn\">↗</div></a>";
|
var popButton = "<a href=\"" + imgLoc + "\" target=\"_blank\"><div class=\"popOutBttn\">↗</div></a>";
|
||||||
var CloseBttn = "<div class=\"closeBttn\" onclick=\"closeImg()\">X</div>";
|
var CloseBttn = "<div class=\"closeBttn\" onclick=\"closeImg()\">X</div>";
|
||||||
|
|
||||||
@ -19,7 +19,7 @@ function showMedia(media) {
|
|||||||
openInLocalProg(media);
|
openInLocalProg(media);
|
||||||
} else {
|
} else {
|
||||||
var mediaView = document.getElementById("fileView");
|
var mediaView = document.getElementById("fileView");
|
||||||
var toPlayerButton = "<div class=\"popOutBttn\" onclick=\"openInLocalProg('" + media + "')\">∽</div>";
|
var toPlayerButton = "<div title=\"Open In Local Program\" class=\"popOutBttn\" onclick=\"openInLocalProg('" + media + "')\">∽</div>";
|
||||||
var popButton = "<a title=\"New Tab\" href=\"" + media + "\" target=\"_blank\"><div class=\"popOutBttn\">↗</div></a>";
|
var popButton = "<a title=\"New Tab\" href=\"" + media + "\" target=\"_blank\"><div class=\"popOutBttn\">↗</div></a>";
|
||||||
var CloseBttn = "<div class=\"closeBttn\" title=\"Close\" onclick=\"closeMedia()\">X</div>";
|
var CloseBttn = "<div class=\"closeBttn\" title=\"Close\" onclick=\"closeMedia()\">X</div>";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user