sendTestMail button
这个提交包含在:
父节点
3ef158b638
当前提交
2baf8a3a23
共有 1 个文件被更改,包括 12 次插入 和 0 次删除
|
|
@ -70,6 +70,18 @@ function load_was_map() {
|
|||
<script src="<?php echo base_url() ;?>assets/js/sections/oqrs.js"></script>
|
||||
<?php } ?>
|
||||
|
||||
<?php if ($this->uri->segment(1) == "options") { ?>
|
||||
<script>
|
||||
$('#sendTestMailButton').click(function() {
|
||||
$.ajax({
|
||||
url: base_url + 'index.php/options/sendTestMail',
|
||||
type: 'POST',
|
||||
});
|
||||
});
|
||||
|
||||
</script>
|
||||
<?php } ?>
|
||||
|
||||
<?php if ($this->uri->segment(1) == "awards" && ($this->uri->segment(2) == "cq") ) { ?>
|
||||
<script src="<?php echo base_url(); ?>assets/js/Polyline.encoded.js"></script>
|
||||
<script id="cqmapjs" type="text/javascript" src="<?php echo base_url(); ?>assets/js/sections/cqmap.js" tileUrl="<?php echo $this->optionslib->get_option('option_map_tile_server');?>"></script>
|
||||
|
|
|
|||
正在加载…
在新工单中引用