Change include place for JS FranceConnect Kit
This commit is contained in:
parent
5eebfb0c4b
commit
0e496cb6ec
2 changed files with 3 additions and 3 deletions
|
@ -2,6 +2,6 @@ $(document).on('page:load', franceconnect_kit);
|
||||||
$(document).ready(franceconnect_kit);
|
$(document).ready(franceconnect_kit);
|
||||||
|
|
||||||
function franceconnect_kit() {
|
function franceconnect_kit() {
|
||||||
//franceConnectKit.init();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,8 @@
|
||||||
%meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
|
%meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
|
||||||
%title TPS - Téléprocédures simplifiées
|
%title TPS - Téléprocédures simplifiées
|
||||||
%meta{'http-equiv' => "X-UA-Compatible", :content => "IE=edge"}
|
%meta{'http-equiv' => "X-UA-Compatible", :content => "IE=edge"}
|
||||||
|
%script{src: 'http://fcp.integ01.dev-franceconnect.fr/js/franceconnect.js'}
|
||||||
|
|
||||||
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true
|
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true
|
||||||
= javascript_include_tag 'application', 'data-turbolinks-track' => true
|
= javascript_include_tag 'application', 'data-turbolinks-track' => true
|
||||||
= csrf_meta_tags
|
= csrf_meta_tags
|
||||||
|
@ -48,5 +50,3 @@
|
||||||
|
|
||||||
%div{:style => 'margin-left:10%; margin-right:10%;'}
|
%div{:style => 'margin-left:10%; margin-right:10%;'}
|
||||||
= yield
|
= yield
|
||||||
|
|
||||||
%script{src: 'http://fcp.integ01.dev-franceconnect.fr/js/franceconnect.js'}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue