|
@@ -32,7 +32,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <#include "/home/frag.foot.ftl"/>
|
|
|
+<#include "/home/frag.foot.ftl"/>
|
|
|
|
|
|
<script>
|
|
|
(function ($) {
|
|
@@ -104,8 +104,9 @@
|
|
|
$('#myPhone').attr("disabled", "disabled");
|
|
|
$('#Myremarks').attr("disabled", "disabled");
|
|
|
$('#buyCommit')[0].style.display = 'none';
|
|
|
- $('#MybuyRepeal')[0].style.display = 'none';
|
|
|
-
|
|
|
+ if ($('#MybuyRepeal')[0] != undefined) {
|
|
|
+ $('#MybuyRepeal')[0].style.display = 'none';
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
})(jQuery);
|