Changeset 3311220
- Timestamp:
- 06/13/2025 06:58:37 PM (10 months ago)
- Location:
- bin-tracker-online
- Files:
-
- 3 edited
- 13 copied
-
tags/1.2.9 (copied) (copied from bin-tracker-online/trunk)
-
tags/1.2.9/bin-tracker-online.php (copied) (copied from bin-tracker-online/trunk/bin-tracker-online.php) (1 diff)
-
tags/1.2.9/includes/base/activate.php (copied) (copied from bin-tracker-online/trunk/includes/base/activate.php)
-
tags/1.2.9/includes/base/ajax-control.php (copied) (copied from bin-tracker-online/trunk/includes/base/ajax-control.php)
-
tags/1.2.9/includes/base/enqueue.php (copied) (copied from bin-tracker-online/trunk/includes/base/enqueue.php)
-
tags/1.2.9/includes/base/server-calls.php (copied) (copied from bin-tracker-online/trunk/includes/base/server-calls.php)
-
tags/1.2.9/javascript/address-validation-script.js (copied) (copied from bin-tracker-online/trunk/javascript/address-validation-script.js) (6 diffs)
-
tags/1.2.9/javascript/front-house-script.js (copied) (copied from bin-tracker-online/trunk/javascript/front-house-script.js)
-
tags/1.2.9/readme.txt (copied) (copied from bin-tracker-online/trunk/readme.txt) (1 diff)
-
tags/1.2.9/styles/front-house-styles.css (copied) (copied from bin-tracker-online/trunk/styles/front-house-styles.css)
-
tags/1.2.9/templates/front-house-step-one-template.php (copied) (copied from bin-tracker-online/trunk/templates/front-house-step-one-template.php)
-
tags/1.2.9/templates/front-house-step-three-template.php (copied) (copied from bin-tracker-online/trunk/templates/front-house-step-three-template.php)
-
tags/1.2.9/uninstall.php (copied) (copied from bin-tracker-online/trunk/uninstall.php)
-
trunk/bin-tracker-online.php (modified) (1 diff)
-
trunk/javascript/address-validation-script.js (modified) (6 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bin-tracker-online/tags/1.2.9/bin-tracker-online.php
r3310697 r3311220 8 8 Plugin URI: https://www.bintracker.software/api/word-press-plugin.html 9 9 Description: The plug in provides integration with a private web application for Bin their Dump That, a franchisor in the waste hauling industry 10 Version: 1.2. 810 Version: 1.2.9 11 11 Author: Cairn Applications Inc 12 12 Author URI: https://www.cloud-computing.rocks/ -
bin-tracker-online/tags/1.2.9/javascript/address-validation-script.js
r3310697 r3311220 37 37 } 38 38 39 let b1nT_address_suggestion_wrap = document.createElement("div");40 b1nT_address_suggestion_wrap.style.maxHeight = "300px";41 b1nT_address_suggestion_wrap.style.overflowY = "auto";42 b1nT_address_suggestion_wrap.style.position = "absolute";43 b1nT_address_suggestion_wrap.style.marginTop = "1px";44 b1nT_address_suggestion_wrap.style. marginLeft= "1px";45 b1nT_address_suggestion_wrap.style.b orderRadius = "1px";46 b1nT_address_suggestion_wrap.style.width = b1nT_address_data.config.searchCtrl.clientWidth+"px";47 b1nT_address_data.address_suggestion_wrap = b1nT_address_suggestion_wrap;39 let b1nT_address_suggestion_wrap = document.createElement("div"); 40 b1nT_address_suggestion_wrap.style.maxHeight = "300px"; 41 b1nT_address_suggestion_wrap.style.overflowY = "auto"; 42 b1nT_address_suggestion_wrap.style.position = "absolute"; 43 b1nT_address_suggestion_wrap.style.marginTop = "1px"; 44 b1nT_address_suggestion_wrap.style.borderRadius = "1px"; 45 b1nT_address_suggestion_wrap.style.backgroundColor = "#ffffff!important"; 46 b1nT_address_suggestion_wrap.style.width = b1nT_address_data.config.searchCtrl.offsetWidth+"px"; 47 b1nT_address_data.address_suggestion_wrap = b1nT_address_suggestion_wrap; 48 48 b1nT_address_data.config.searchCtrl.after(b1nT_address_suggestion_wrap); 49 50 //lets add an observer to the actual input, we are going 51 //to make sure that the dropdown wrapper follows it in width 52 let b0xT_resize_observer = new ResizeObserver(function(b0xT_elements) { 53 clearTimeout(b1nT_address_data.resizeTimeout); 54 b1nT_address_data.resizeTimeout = setTimeout(function(){ 55 b1nT_address_suggestion_wrap.style.width = b1nT_address_data.config.searchCtrl.offsetWidth+"px"; 56 }, 500); 57 }); 58 59 b0xT_resize_observer.observe(b1nT_address_data.config.searchCtrl); 49 60 50 61 //setup event listensers on fields … … 60 71 61 72 b1nT_address_data._b1nT_get_suggestions(b1nT_address_data.config.searchCtrl.value); 73 b1nT_address_data.address_suggestion_wrap.style.boxShadow = "0px 0px 4px 1px #d2d2d2"; 62 74 }, 500); 63 75 }); … … 68 80 if(!String(b1nT_address_data.config.searchCtrl.value).trim()) { return; } 69 81 b1nT_address_data._b1nT_get_suggestions(b1nT_address_data.config.searchCtrl.value); 82 b1nT_address_data.address_suggestion_wrap.style.boxShadow = "0px 0px 4px 1px #d2d2d2"; 70 83 }, 500); 71 84 }); … … 75 88 b1nT_address_data.blurTimeOut = setTimeout(function() { 76 89 b1nT_address_data.address_suggestion_wrap.innerHTML = ""; 90 b1nT_address_data.address_suggestion_wrap.style.boxShadow = "none"; 77 91 }, 500); 78 92 }); … … 145 159 b1nT_input.style.color = "#000000"; 146 160 147 if(b1nT_index < b1nT_suggestions_array.length ) {161 if(b1nT_index < b1nT_suggestions_array.length - 1) { 148 162 b1nT_input.style.borderBottom = "1px solid #d1cfcf"; 149 163 } … … 165 179 b1nT_address_data._b1nT_fill_in_address(b1nT_place_prediction); 166 180 b1nT_address_data.address_suggestion_wrap.innerHTML = ""; 181 b1nT_address_data.address_suggestion_wrap.style.boxShadow = "none"; 167 182 } 168 183 -
bin-tracker-online/tags/1.2.9/readme.txt
r3310697 r3311220 4 4 Requires PHP: 5.6.4 5 5 Tested up to: 6.8 6 Stable tag: 1.2. 86 Stable tag: 1.2.9 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
bin-tracker-online/trunk/bin-tracker-online.php
r3310697 r3311220 8 8 Plugin URI: https://www.bintracker.software/api/word-press-plugin.html 9 9 Description: The plug in provides integration with a private web application for Bin their Dump That, a franchisor in the waste hauling industry 10 Version: 1.2. 810 Version: 1.2.9 11 11 Author: Cairn Applications Inc 12 12 Author URI: https://www.cloud-computing.rocks/ -
bin-tracker-online/trunk/javascript/address-validation-script.js
r3310697 r3311220 37 37 } 38 38 39 let b1nT_address_suggestion_wrap = document.createElement("div");40 b1nT_address_suggestion_wrap.style.maxHeight = "300px";41 b1nT_address_suggestion_wrap.style.overflowY = "auto";42 b1nT_address_suggestion_wrap.style.position = "absolute";43 b1nT_address_suggestion_wrap.style.marginTop = "1px";44 b1nT_address_suggestion_wrap.style. marginLeft= "1px";45 b1nT_address_suggestion_wrap.style.b orderRadius = "1px";46 b1nT_address_suggestion_wrap.style.width = b1nT_address_data.config.searchCtrl.clientWidth+"px";47 b1nT_address_data.address_suggestion_wrap = b1nT_address_suggestion_wrap;39 let b1nT_address_suggestion_wrap = document.createElement("div"); 40 b1nT_address_suggestion_wrap.style.maxHeight = "300px"; 41 b1nT_address_suggestion_wrap.style.overflowY = "auto"; 42 b1nT_address_suggestion_wrap.style.position = "absolute"; 43 b1nT_address_suggestion_wrap.style.marginTop = "1px"; 44 b1nT_address_suggestion_wrap.style.borderRadius = "1px"; 45 b1nT_address_suggestion_wrap.style.backgroundColor = "#ffffff!important"; 46 b1nT_address_suggestion_wrap.style.width = b1nT_address_data.config.searchCtrl.offsetWidth+"px"; 47 b1nT_address_data.address_suggestion_wrap = b1nT_address_suggestion_wrap; 48 48 b1nT_address_data.config.searchCtrl.after(b1nT_address_suggestion_wrap); 49 50 //lets add an observer to the actual input, we are going 51 //to make sure that the dropdown wrapper follows it in width 52 let b0xT_resize_observer = new ResizeObserver(function(b0xT_elements) { 53 clearTimeout(b1nT_address_data.resizeTimeout); 54 b1nT_address_data.resizeTimeout = setTimeout(function(){ 55 b1nT_address_suggestion_wrap.style.width = b1nT_address_data.config.searchCtrl.offsetWidth+"px"; 56 }, 500); 57 }); 58 59 b0xT_resize_observer.observe(b1nT_address_data.config.searchCtrl); 49 60 50 61 //setup event listensers on fields … … 60 71 61 72 b1nT_address_data._b1nT_get_suggestions(b1nT_address_data.config.searchCtrl.value); 73 b1nT_address_data.address_suggestion_wrap.style.boxShadow = "0px 0px 4px 1px #d2d2d2"; 62 74 }, 500); 63 75 }); … … 68 80 if(!String(b1nT_address_data.config.searchCtrl.value).trim()) { return; } 69 81 b1nT_address_data._b1nT_get_suggestions(b1nT_address_data.config.searchCtrl.value); 82 b1nT_address_data.address_suggestion_wrap.style.boxShadow = "0px 0px 4px 1px #d2d2d2"; 70 83 }, 500); 71 84 }); … … 75 88 b1nT_address_data.blurTimeOut = setTimeout(function() { 76 89 b1nT_address_data.address_suggestion_wrap.innerHTML = ""; 90 b1nT_address_data.address_suggestion_wrap.style.boxShadow = "none"; 77 91 }, 500); 78 92 }); … … 145 159 b1nT_input.style.color = "#000000"; 146 160 147 if(b1nT_index < b1nT_suggestions_array.length ) {161 if(b1nT_index < b1nT_suggestions_array.length - 1) { 148 162 b1nT_input.style.borderBottom = "1px solid #d1cfcf"; 149 163 } … … 165 179 b1nT_address_data._b1nT_fill_in_address(b1nT_place_prediction); 166 180 b1nT_address_data.address_suggestion_wrap.innerHTML = ""; 181 b1nT_address_data.address_suggestion_wrap.style.boxShadow = "none"; 167 182 } 168 183 -
bin-tracker-online/trunk/readme.txt
r3310697 r3311220 4 4 Requires PHP: 5.6.4 5 5 Tested up to: 6.8 6 Stable tag: 1.2. 86 Stable tag: 1.2.9 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.