FSN#36112 Workflowschermen nieuwe stijl IE 11 cachte te gretig
svn path=/Website/trunk/; revision=29015
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
var buttons = []
|
||||
buttons.push({ icon: "page_refresh.png", title: L("lcl_refresh"), action: "FcltMgr.reload()", id: "btn_scf_refresh" });
|
||||
IFRAMER_HEADER(L("lcl_mld_workflow_overview") , buttons);
|
||||
var graphurl = "./workflow_graph_png.asp?start_key=" + start_key;
|
||||
var graphurl = "./workflow_graph_png.asp?start_key=" + start_key + "&tm=" + new Date().getTime();
|
||||
Response.Write("<img src='{0}'>".format(safe.htmlattr(graphurl)));
|
||||
%>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user