]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- make clock status url relative to vhost, it's broken in more than one place
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 17 Jan 2005 12:13:44 +0000 (12:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-clock-status.patch -> 1.2

eventum-clock-status.patch

index 9fa4ea05079d91ca2e84c1845c8c5bb97b9afc8b..1e097a9fd614db5d25e517ae7afebb0488edb69c 100644 (file)
@@ -5,7 +5,7 @@
            {\r
                var features = 'width=420,height=200,top=30,left=30,resizable=yes,scrollbars=yes,toolbar=no,location=no,menubar=no,status=no';\r
 -              var clockWin = window.open('clock_status.php', '_clock_status', features);\r
-+              var clockWin = window.open('../clock_status.php', '_clock_status', features);\r
++              var clockWin = window.open('/eventum/clock_status.php', '_clock_status', features);\r
                clockWin.focus();\r
            }\r
            //-->\r
This page took 0.051053 seconds and 4 git commands to generate.