File tree Expand file tree Collapse file tree 6 files changed +16
-1537
lines changed Expand file tree Collapse file tree 6 files changed +16
-1537
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ private function copyFiles($target)
151151 $ dir = $ this ->getDirectory ($ target . 'js ' );
152152 copy ($ this ->templatePath . 'js/bootstrap.min.js ' , $ dir . 'bootstrap.min.js ' );
153153 copy ($ this ->templatePath . 'js/d3.min.js ' , $ dir . 'd3.min.js ' );
154- copy ($ this ->templatePath . 'js/holder.js ' , $ dir . 'holder.js ' );
154+ copy ($ this ->templatePath . 'js/holder.min. js ' , $ dir . 'holder.min .js ' );
155155 copy ($ this ->templatePath . 'js/html5shiv.min.js ' , $ dir . 'html5shiv.min.js ' );
156156 copy ($ this ->templatePath . 'js/jquery.min.js ' , $ dir . 'jquery.min.js ' );
157157 copy ($ this ->templatePath . 'js/nv.d3.min.js ' , $ dir . 'nv.d3.min.js ' );
Original file line number Diff line number Diff line change 140140 </div>
141141 <script src="{{path_to_root}}js/jquery.min.js" type="text/javascript"></script>
142142 <script src="{{path_to_root}}js/bootstrap.min.js" type="text/javascript"></script>
143- <script src="{{path_to_root}}js/holder.js" type="text/javascript"></script>
143+ <script src="{{path_to_root}}js/holder.min. js" type="text/javascript"></script>
144144 <script src="{{path_to_root}}js/d3.min.js" type="text/javascript"></script>
145145 <script src="{{path_to_root}}js/nv.d3.min.js" type="text/javascript"></script>
146146 <script type="text/javascript">
Original file line number Diff line number Diff line change 5656 </div>
5757 <script src="{{path_to_root}}js/jquery.min.js" type="text/javascript"></script>
5858 <script src="{{path_to_root}}js/bootstrap.min.js" type="text/javascript"></script>
59- <script src="{{path_to_root}}js/holder.js" type="text/javascript"></script>
59+ <script src="{{path_to_root}}js/holder.min. js" type="text/javascript"></script>
6060 </body>
6161</html>
Original file line number Diff line number Diff line change 6262 </div>
6363 <script src="{{path_to_root}}js/jquery.min.js" type="text/javascript"></script>
6464 <script src="{{path_to_root}}js/bootstrap.min.js" type="text/javascript"></script>
65- <script src="{{path_to_root}}js/holder.js" type="text/javascript"></script>
65+ <script src="{{path_to_root}}js/holder.min. js" type="text/javascript"></script>
6666 <script type="text/javascript">
6767 $(function() {
6868 var $window = $(window)
You can’t perform that action at this time.
0 commit comments