2012-10-17 17:21:35 -04:00
|
|
|
function abc(panel, txt) {
|
|
|
|
|
/*
|
|
|
|
|
* commonDialog ( '', 'saved' , 'saved', {}, '' ) ; setTimeout (
|
|
|
|
|
* leimnud.closure({instance:myDialog,method:function(panel){
|
|
|
|
|
*
|
|
|
|
|
* myDialog.remove(); panel.tabLastSelected=false; panel.tabSelected=1;
|
|
|
|
|
* panel.makeTab(); },args:panel}) , 1000 );
|
|
|
|
|
*/
|
|
|
|
|
var img = document.getElementById('workPeriodGraph');
|
|
|
|
|
img.src = 'workPeriodGraph?b=' + Math.random();
|
2010-12-02 23:34:41 +00:00
|
|
|
|
2012-10-17 17:21:35 -04:00
|
|
|
// panel.clearContent();
|
|
|
|
|
// panel.addContent ( txt );
|
|
|
|
|
return false;
|
2010-12-02 23:34:41 +00:00
|
|
|
}
|
|
|
|
|
|