|
Lines 1-6
Link Here
|
| 1 |
$(document).ready(function() { |
1 |
$(document).ready(function() { |
| 2 |
window.modaction_legend_innerhtml = $("#modaction_legend").text(); |
2 |
window.modaction_legend_innerhtml = $("#modaction_legend").text(); |
| 3 |
window.action_submit_value = $("#action_submit").text(); |
3 |
window.action_submit_value = $("#action_submit").val(); |
| 4 |
|
4 |
|
| 5 |
$('#select_template').find("input:submit").hide(); |
5 |
$('#select_template').find("input:submit").hide(); |
| 6 |
$('#select_template').change(function() { |
6 |
$('#select_template').change(function() { |
| 7 |
- |
|
|