mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
list item image
This commit is contained in:
@@ -46,9 +46,9 @@
|
||||
|
||||
<script>
|
||||
// cache buster only for testing to make sure the page is always refreshed
|
||||
for(var x=0; x<document.links.length; x++) {
|
||||
document.links[x].href += "?r=" + Math.random();
|
||||
}
|
||||
// for(var x=0; x<document.links.length; x++) {
|
||||
// document.links[x].href += "?r=" + Math.random();
|
||||
// }
|
||||
</script>
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user