ajout de jquery
parent
529130953b
commit
95d7368642
|
@ -11,7 +11,7 @@ public/css/style.css
|
|||
public/css/error.css
|
||||
public/404.html
|
||||
public/dispatch.fcgi
|
||||
public/javascripts/jquery.js
|
||||
public/js/jquery.min.js
|
||||
public/dispatch.cgi
|
||||
public/500.html
|
||||
t/002_index_route.t
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -5,7 +5,7 @@
|
|||
<title>DNSManager</title>
|
||||
|
||||
<script type="text/javascript">/* <![CDATA[ */
|
||||
!window.jQuery && document.write('<script type="text/javascript" src="<% request.uri_base %>/javascripts/jquery.js"><\/script>')
|
||||
!window.jQuery && document.write('<script type="text/javascript" src="<% request.uri_base %>/js/jquery.min.js"><\/script>')
|
||||
/* ]]> */</script>
|
||||
|
||||
<link rel="stylesheet" href="<% request.uri_base %>/css/bootstrap.min.css">
|
||||
|
|
Reference in New Issue