Krinkle has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/186372

Change subject: docroot/foundation: Remove unused and outdated 
'FrameResize.html' utility
......................................................................

docroot/foundation: Remove unused and outdated 'FrameResize.html' utility

Change-Id: Ic5ef435e207b83781210d160c73cba240ccd87f1
---
D docroot/foundation/FrameResize.html
1 file changed, 0 insertions(+), 24 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/72/186372/1

diff --git a/docroot/foundation/FrameResize.html 
b/docroot/foundation/FrameResize.html
deleted file mode 100644
index 518c81a..0000000
--- a/docroot/foundation/FrameResize.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-<html xmlns="http://www.w3.org/1999/xhtml"; >
-<head>
-    <script language="javascript">
-               if (typeof(window.parent.parent.resizeFrame) == 'function')
-               {
-                       var l = location.href;
-                       var p = l.indexOf('?height=');
-                       if (p == -1)
-                               p = l.indexOf('&height=');
-                       if (p != -1)
-                       {
-                               p += 8;
-                               var p2 = l.indexOf('&', p);
-                               if (p2 == -1)
-                                       p2 = l.length;
-                               
window.parent.parent.resizeFrame((l.substring(p, p2) - 0) + 'px', 
l.indexOf('scroll=0') == -1);
-                       }
-               }
-    </script>
-</head>
-<body>
-</body>
-</html>

-- 
To view, visit https://gerrit.wikimedia.org/r/186372
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic5ef435e207b83781210d160c73cba240ccd87f1
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Krinkle <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to