Skip to content

Commit

Permalink
BugFix: development version had wrong "includes"
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Kruse committed Apr 2, 2014
1 parent a772a96 commit 33119ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions loader_devel.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
}
</style>

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<link href="css/platin.css" rel="stylesheet" type="text/css">
<script src="platin-min.js"></script>
<script src="js/Util/Publisher.js"></script>
<script src="js/Build/Loader/DynaJsLoader.js"></script>
<script src="js/Build/Loader/Loader.js"></script>
</head>

<body height="100%">
Expand Down

0 comments on commit 33119ea

Please sign in to comment.