mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 10:54:50 +08:00
Removing old local advisory files
--HG-- branch : dev
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
<html>
|
||||
<body onload="iframeResizePipe()">
|
||||
<iframe id="helpframe" src="" frameborder="0" width="0" height="0"></iframe>
|
||||
<script type="text/javascript">
|
||||
function iframeResizePipe() {
|
||||
var height = document.body.scrollHeight;
|
||||
var helpFrame = document.getElementById('helpframe') || frames['helpframe'];
|
||||
helpFrame.src = 'Admin/DashboardProxy' + '#' + height;
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Your advisory message here -->
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user