initial commit from rev. 632
This commit is contained in:
20
workflow/public_html/skins/workPeriod.js
Normal file
20
workflow/public_html/skins/workPeriod.js
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
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() ;
|
||||
|
||||
// panel.clearContent();
|
||||
// panel.addContent ( txt );
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user