Changeset 3284223
- Timestamp:
- 04/29/2025 03:31:01 PM (11 months ago)
- Location:
- bin-tracker-online
- Files:
-
- 5 edited
- 8 copied
-
tags/1.2.6 (copied) (copied from bin-tracker-online/trunk)
-
tags/1.2.6/bin-tracker-online.php (copied) (copied from bin-tracker-online/trunk/bin-tracker-online.php) (1 diff)
-
tags/1.2.6/includes/base/activate.php (copied) (copied from bin-tracker-online/trunk/includes/base/activate.php)
-
tags/1.2.6/includes/base/ajax-control.php (copied) (copied from bin-tracker-online/trunk/includes/base/ajax-control.php)
-
tags/1.2.6/includes/base/server-calls.php (copied) (copied from bin-tracker-online/trunk/includes/base/server-calls.php)
-
tags/1.2.6/javascript/front-house-script.js (copied) (copied from bin-tracker-online/trunk/javascript/front-house-script.js) (3 diffs)
-
tags/1.2.6/readme.txt (copied) (copied from bin-tracker-online/trunk/readme.txt) (1 diff)
-
tags/1.2.6/styles/front-house-styles.css (modified) (1 diff)
-
tags/1.2.6/uninstall.php (copied) (copied from bin-tracker-online/trunk/uninstall.php)
-
trunk/bin-tracker-online.php (modified) (1 diff)
-
trunk/javascript/front-house-script.js (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/styles/front-house-styles.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bin-tracker-online/tags/1.2.6/bin-tracker-online.php
r3278290 r3284223 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. 510 Version: 1.2.6 11 11 Author: Cairn Applications Inc 12 12 Author URI: https://www.cloud-computing.rocks/ -
bin-tracker-online/tags/1.2.6/javascript/front-house-script.js
r3278290 r3284223 144 144 145 145 $( "#b1nT_place_order_submit" ).click(function(e) { 146 $('#b1nT_place_order_submit').prop('disabled', true); 147 $('#b1nT_place_order_submit').addClass("b1nT_disabledButton"); 148 146 149 $('.b1nT-error-msg').remove(); 147 150 if($('span[name="b1nT_google_status"]').attr('class') == "b1nT_verify_error") { … … 191 194 $('#'+field).after('<p class="b1nT-error-msg">'+field_message+'</p>'); 192 195 }); 196 $('#b1nT_place_order_submit').prop('disabled', false); 197 $('#b1nT_place_order_submit').removeClass("b1nT_disabledButton"); 193 198 } else if(response.status=='success'){ 194 199 b1nT_first_step.hide(); … … 232 237 } else{ 233 238 $('#b1nT_step_three_error').after('<p class="b1nT-error-msg">'+response.message+'</p>'); 239 $('#b1nT_place_order_submit').prop('disabled', false); 240 $('#b1nT_place_order_submit').removeClass("b1nT_disabledButton"); 234 241 } 235 242 }, error: function (error) { 236 243 $('#b1nT_step_three_error').after('<p class="b1nT-error-msg">Oops. Something went wrong. Please try again later.</p>'); 244 $('#b1nT_place_order_submit').prop('disabled', false); 245 $('#b1nT_place_order_submit').removeClass("b1nT_disabledButton"); 237 246 } 238 247 }); -
bin-tracker-online/tags/1.2.6/readme.txt
r3278290 r3284223 4 4 Requires PHP: 5.6.4 5 5 Tested up to: 6.8 6 Stable tag: 1.2. 56 Stable tag: 1.2.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
bin-tracker-online/tags/1.2.6/styles/front-house-styles.css
r3245949 r3284223 148 148 .b1nT_form-block { 149 149 margin-bottom: 20px; 150 } 151 152 .b1nT_disabledButton { 153 background: #bdbdbd!important; 150 154 } 151 155 -
bin-tracker-online/trunk/bin-tracker-online.php
r3278290 r3284223 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. 510 Version: 1.2.6 11 11 Author: Cairn Applications Inc 12 12 Author URI: https://www.cloud-computing.rocks/ -
bin-tracker-online/trunk/javascript/front-house-script.js
r3278290 r3284223 144 144 145 145 $( "#b1nT_place_order_submit" ).click(function(e) { 146 $('#b1nT_place_order_submit').prop('disabled', true); 147 $('#b1nT_place_order_submit').addClass("b1nT_disabledButton"); 148 146 149 $('.b1nT-error-msg').remove(); 147 150 if($('span[name="b1nT_google_status"]').attr('class') == "b1nT_verify_error") { … … 191 194 $('#'+field).after('<p class="b1nT-error-msg">'+field_message+'</p>'); 192 195 }); 196 $('#b1nT_place_order_submit').prop('disabled', false); 197 $('#b1nT_place_order_submit').removeClass("b1nT_disabledButton"); 193 198 } else if(response.status=='success'){ 194 199 b1nT_first_step.hide(); … … 232 237 } else{ 233 238 $('#b1nT_step_three_error').after('<p class="b1nT-error-msg">'+response.message+'</p>'); 239 $('#b1nT_place_order_submit').prop('disabled', false); 240 $('#b1nT_place_order_submit').removeClass("b1nT_disabledButton"); 234 241 } 235 242 }, error: function (error) { 236 243 $('#b1nT_step_three_error').after('<p class="b1nT-error-msg">Oops. Something went wrong. Please try again later.</p>'); 244 $('#b1nT_place_order_submit').prop('disabled', false); 245 $('#b1nT_place_order_submit').removeClass("b1nT_disabledButton"); 237 246 } 238 247 }); -
bin-tracker-online/trunk/readme.txt
r3278290 r3284223 4 4 Requires PHP: 5.6.4 5 5 Tested up to: 6.8 6 Stable tag: 1.2. 56 Stable tag: 1.2.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
bin-tracker-online/trunk/styles/front-house-styles.css
r3245949 r3284223 148 148 .b1nT_form-block { 149 149 margin-bottom: 20px; 150 } 151 152 .b1nT_disabledButton { 153 background: #bdbdbd!important; 150 154 } 151 155
Note: See TracChangeset
for help on using the changeset viewer.