-
-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1952 from magicbug/dev
Cloudlog 2.3.3 Restores the ability to delete a QSO
- Loading branch information
Showing
2 changed files
with
11 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
<script type="text/javascript"> | ||
/* | ||
* | ||
* Define global javascript variables | ||
* | ||
*/ | ||
var base_url = "<?php echo base_url(); ?>"; // Base URL | ||
var site_url = "<?php echo site_url(); ?>"; // Site URL | ||
var icon_dot_url = "<?php echo base_url();?>assets/images/dot.png"; | ||
</script> | ||
|
||
<!-- General JS Files used across Cloudlog --> | ||
<script src="<?php echo base_url(); ?>assets/js/jquery-3.3.1.min.js"></script> | ||
<script src="<?php echo base_url(); ?>assets/js/popper.min.js"></script> | ||
|
@@ -18,17 +29,6 @@ | |
|
||
<script src="https://unpkg.com/[email protected]"></script> | ||
|
||
<script type="text/javascript"> | ||
/* | ||
* | ||
* Define global javascript variables | ||
* | ||
*/ | ||
var base_url = "<?php echo base_url(); ?>"; // Base URL | ||
var site_url = "<?php echo site_url(); ?>"; // Site URL | ||
var icon_dot_url = "<?php echo base_url();?>assets/images/dot.png"; | ||
</script> | ||
|
||
<?php if ($this->uri->segment(1) == "awards" && ($this->uri->segment(2) == "was") ) { ?> | ||
<script> | ||
function load_was_map() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters