Changeset 165


Ignore:
Timestamp:
Jun 12, 2006 5:07:46 AM (18 years ago)
Author:
scdev
Message:

Removed hideScMsg javascript. All javascript should be contained in .js files and called by a window.onload wrapper.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/App.inc.php

    r164 r165  
    442442            case MSG_SUCCESS:
    443443                echo '<div class="sc-msg-success">' . $m['message'] . '</div>';
    444                 ?><script type="text/javascript" charset="utf-8">
    445                 // <![CDATA[
    446                     hideScMsg();
    447                 // ]]>
    448                 </script><?php
    449444                break;
    450445
Note: See TracChangeset for help on using the changeset viewer.