Skip to content

Commit

Permalink
examples: Rename long-running.js to index.js
Browse files Browse the repository at this point in the history
We are going to add a long-running-process.js library, and then the
file names would be confusingly similar.
  • Loading branch information
martinpitt authored and mvollmer committed Jul 24, 2020
1 parent 38ac00b commit 1f8ae19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/long-running-process/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link href="../base1/cockpit.css" type="text/css" rel="stylesheet">
<link href="long-running.css" type="text/css" rel="stylesheet">
<script src="../base1/cockpit.js"></script>
<script src="long-running.js"></script>
<script src="index.js"></script>
</head>

<body>
Expand Down
File renamed without changes.

0 comments on commit 1f8ae19

Please sign in to comment.