Ignore:
Timestamp:
Nov 24, 2009, 4:27:34 PM (14 years ago)
Author:
Gotcha
Message:

[extension] piwishack - minor change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/piwishack/include/class.inc.php

    r4358 r4359  
    553553      $js = '
    554554  <script type="text/javascript">
    555     var theController = window.open("", "'.$this->plugin_name.'_controller", "alwaysRaised=yes,dependent=yes,toolbar=no,height=800,width=1044,menubar=no,resizable=yes,scrollbars=yes,status=no");';
     555    var theController = window.open("", "'.$this->plugin_name.'_controller", "alwaysRaised=yes,dependent=yes,toolbar=no,height=843,width=1044,menubar=no,resizable=yes,scrollbars=yes,status=no");';
    556556
    557557    if ($this->to_close)
Note: See TracChangeset for help on using the changeset viewer.