FSN#36112 Workflowschermen nieuwe stijl IE 11 cachte te gretig

svn path=/Website/trunk/; revision=29015
This commit is contained in:
Jos Groot Lipman
2016-04-19 11:25:38 +00:00
parent 9f36b881b7
commit 7f2b38a4bd

View File

@@ -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>