Changeset 2563986
- Timestamp:
- 07/14/2021 01:56:28 AM (4 years ago)
- Location:
- corona-virus-data/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (1 diff)
-
admin/js/corona-virus-data-admin.js (modified) (1 diff)
-
corona-virus-data.php (modified) (2 diffs)
-
public/js/cov-load-map.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
corona-virus-data/trunk/README.txt
r2562416 r2563986 56 56 == Changelog == 57 57 58 = 1.3.9 = 59 * Remove extra debug codes, housekeeping; 60 58 61 = 1.3.8 = 59 62 * Fix some issues on php 8, keep it work on php 7; -
corona-virus-data/trunk/admin/js/corona-virus-data-admin.js
r2341402 r2563986 8 8 if ( data.type = 'json' ) 9 9 { 10 console.log(data);11 console.log('yes');12 10 $('.cov-loading1').hide(); 13 11 $('#cov_ser_st').addClass('greendot'); -
corona-virus-data/trunk/corona-virus-data.php
r2562416 r2563986 11 11 * Plugin URI: https://www.dukeyin.com/corona-virus-data/ 12 12 * Description: This plugin use an api to display the "Corona virus" data in whole world and country you care through a shortcode [cov2019] or [cov2019all] in your WordPress post or page. 13 * Version: 1.3. 813 * Version: 1.3.9 14 14 * Author: Duke Yin 15 15 * Author URI: https://www.dukeyin.com … … 28 28 * Rename this for your plugin and update it as you release new versions. 29 29 */ 30 define('CORONA_VIRUS_DATA_VERSION', '1.3. 8');30 define('CORONA_VIRUS_DATA_VERSION', '1.3.9'); 31 31 define('CORONA_VIRUS_DATA_URL', plugin_dir_url(__FILE__)); 32 32 /** -
corona-virus-data/trunk/public/js/cov-load-map.js
r2562416 r2563986 44 44 if( rad >40 ) {rad = 40;col ="#ff0000";} 45 45 } 46 console.log(rad);47 46 var circle = L.circleMarker([lat, lng], { 48 47 color: '',
Note: See TracChangeset
for help on using the changeset viewer.