added reading to the file, msi works on windows only. exe works if there is exiftool
This commit is contained in:
@@ -116,4 +116,8 @@ function scriptPackage(rowid, extracommand, line){
|
||||
}
|
||||
function convertHtml(dt){
|
||||
return dt.replace("")
|
||||
}
|
||||
function showContainer(className){
|
||||
classShow = document.getElementsByClassName(className)[0];
|
||||
classShow.style.display = classShow.style.display=="flex"?"none":"flex";
|
||||
}
|
Reference in New Issue
Block a user