Restore index.html (#819)
This commit is contained in:
parent
6d476d5d5d
commit
3f68febdd7
|
@ -14,31 +14,7 @@
|
|||
<div id="app"></div>
|
||||
<script src="/config.js"></script>
|
||||
<script>
|
||||
window.customTicketList = [
|
||||
{
|
||||
title: 'Laaaa custom list de Lautaro',
|
||||
filters: {
|
||||
authors: '[{"id":1,"isStaff":1}]',
|
||||
closed: 1,
|
||||
priority: '[0]',
|
||||
query: "a"
|
||||
},
|
||||
},
|
||||
{
|
||||
title: 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA',
|
||||
filters: {
|
||||
tags: "[4]"
|
||||
},
|
||||
},
|
||||
{
|
||||
title: 'my custom list 2',
|
||||
filters: {
|
||||
authors: '[{"id":2,"isStaff":0}]',
|
||||
closed: 0,
|
||||
query: "2"
|
||||
},
|
||||
}
|
||||
];
|
||||
window.customTicketList = [];
|
||||
</script>
|
||||
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=String.prototype.startsWith,Array.from,Array.prototype.fill,Array.prototype.keys,Array.prototype.find,Array.prototype.findIndex,Array.prototype.includes,String.prototype.repeat,Number.isInteger,Promise&flags=gated"></script>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue