If artist is being "Loaded" <meta refresh> the page every 5 seconds

This commit is contained in:
Pall Valmundsson
2011-11-06 23:03:24 +00:00
parent 78dcc5280c
commit 017370d30e
+4 -1
View File
@@ -109,6 +109,9 @@
<%def name="headIncludes()">
<link rel="stylesheet" href="css/data_table.css">
%if artist['Status'] == 'Loading':
<meta http-equiv="refresh" content="5">
%endif
</%def>
<%def name="javascriptIncludes()">
@@ -140,4 +143,4 @@
});
});
</script>
</%def>
</%def>