Changeset 213 for Dev/branches


Ignore:
Timestamp:
01/06/12 13:20:17 (13 years ago)
Author:
cartis
Message:

change destination to: dashboardGraphSelection.php";

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/Cartis/js/dashboardScripts.js

    r204 r213  
    172172    var data = JSON.stringify(shoppingCart);
    173173    var form = ce("form");
    174     form.action = "DProbeersel.php";
     174    //changed to dashboardGraphSelection.php
     175    form.action = "dashboardGraphSelection.php";
    175176    form.method = "POST";
    176177    var input = ce("input");
Note: See TracChangeset for help on using the changeset viewer.