|
|
|
@ -107,7 +107,7 @@ |
|
|
|
<script type="text/javascript"> |
|
|
|
<script type="text/javascript"> |
|
|
|
$(function() { |
|
|
|
$(function() { |
|
|
|
if(typeof consultation_link == "undefined") { |
|
|
|
if(typeof consultation_link == "undefined") { |
|
|
|
$( "[href^='#consultation'" ).click(function(e) { |
|
|
|
$( "[href^='#consultation']" ).click(function(e) { |
|
|
|
event.preventDefault(); |
|
|
|
event.preventDefault(); |
|
|
|
|
|
|
|
|
|
|
|
angular.element($('.consultation-form')[0]).scope().open({{ instance.id }}); |
|
|
|
angular.element($('.consultation-form')[0]).scope().open({{ instance.id }}); |
|
|
|
|