aboutsummaryrefslogtreecommitdiff
path: root/h-source/Library/Helper/Popup.php
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2021-10-12 08:27:09 +1100
committerYuchen Pei <hi@ypei.me>2021-10-12 08:27:09 +1100
commit72cce24864b064b5762f4fe97fdf40d8d2ad4b51 (patch)
tree408f687c56f060aaac18622d2b091f6e080f76d4 /h-source/Library/Helper/Popup.php
parenta349d5115056f17496bba1f88f8043e87de6d9bd (diff)
parenta433241c0aff14110d1355f904d3dace8b6bae6b (diff)
Merge branch 'development' into h-node
Diffstat (limited to 'h-source/Library/Helper/Popup.php')
-rwxr-xr-xh-source/Library/Helper/Popup.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/h-source/Library/Helper/Popup.php b/h-source/Library/Helper/Popup.php
index 18bb00d..43140fe 100755
--- a/h-source/Library/Helper/Popup.php
+++ b/h-source/Library/Helper/Popup.php
@@ -133,10 +133,10 @@ class Helper_Popup extends Helper_Html {
$returnString .= "</div>\n";
}
if (count($this->popupArray)>0) {
- $returnString .= "<script type=\"text/javascript\" src=\"http://".DOMAIN_NAME."/Public/Js/DisplayTag.js\"></script>\n";
+ $returnString .= "<script type=\"text/javascript\" src=\"/Public/Js/DisplayTag.js\"></script>\n";
}
}
return $returnString;
}
-} \ No newline at end of file
+}