Skip to content

Commit

Permalink
Testing GitBuh commit from WebStorm
Browse files Browse the repository at this point in the history
  • Loading branch information
owmasch committed Oct 27, 2016
1 parent 6a4c222 commit 1ab2405
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Test -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
Expand Down Expand Up @@ -37,7 +38,7 @@
<link href="jumbotron-narrow.css" rel="stylesheet">

<!-- Import physics related Javascript -->
<script type="text/javascript" src="Physics.js"></script>
<script type="text/javascript" src="physics.js"></script>

<!-- Import particle Javascript. -->
<script type="text/javascript" src="Particle.js"></script>
Expand Down Expand Up @@ -76,7 +77,7 @@ <h4>Subheading</h4>
<button id="playPauseButton" class="btn btn-sm btn-primary" type="button">Play/Pause</button>

<!-- Alert message when one of the input fields is invalid. -->
<div id="alert" class="alert alert-danger" role="alert" style="display: none; margin-bottom: 0px !important;">
<div id="alert" class="alert alert-danger" role="alert" style="display: none; margin-bottom: 0 !important;">
<strong>ERROR:</strong> Invalid number!
</div>

Expand Down

0 comments on commit 1ab2405

Please sign in to comment.