Skip to content

Commit

Permalink
Tests: remove dummy tracked assets
Browse files Browse the repository at this point in the history
  • Loading branch information
dieulot committed Jan 13, 2017
1 parent c210027 commit 3bc48e6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@
<link rel="stylesheet" href="style.css?<?= $append ?>">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<link rel="stylesheet" href="trackme.css?<?= filemtime('trackme.css') ?>" data-instant-track>
<script src="trackme.js?<?= filemtime('trackme.js') ?>" data-instant-track></script>
<style data-instant-track>body { overflow-y: scroll; }</style>
<script data-instant-track>if (window.lol) { lol() }</script>

<?php // NProgress specific code
if ($page == 'nprogress'): ?>
<style>#instantclick { display: none; }</style>
Expand Down
Empty file removed tests/trackme.css
Empty file.
Empty file removed tests/trackme.js
Empty file.

0 comments on commit 3bc48e6

Please sign in to comment.