Ignore:
Timestamp:
01/12/12 19:52:32 (13 years ago)
Author:
fpvanagthoven
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/Demo/classes/sessionEditorWidget.php

    r207 r228  
    8080        <script type="text/javascript" src="js/jquery.js"></script>
    8181        <script type="text/javascript">
     82            var ddMenu = new DDMenu();
     83           
    8284            $(document).ready(function() {
    8385                loadSequencer();
     86                ddMenu.Init();
    8487            });
    8588        </script>
     
    9497        // Store the current session in internal variable
    9598        $results = $this->dbi->get("Session", array("uid"=> $_SESSION['currentSession']));
    96                 print_r($results);
     99                //print_r($results);
    97100        if (!empty($results)) {
    98101            if ($results[0]->evaluate()) {
Note: See TracChangeset for help on using the changeset viewer.