Plugin Directory

Changeset 3284223


Ignore:
Timestamp:
04/29/2025 03:31:01 PM (11 months ago)
Author:
jrmoser
Message:

version 1.2.6

Location:
bin-tracker-online
Files:
5 edited
8 copied

Legend:

Unmodified
Added
Removed
  • bin-tracker-online/tags/1.2.6/bin-tracker-online.php

    r3278290 r3284223  
    88Plugin URI: https://www.bintracker.software/api/word-press-plugin.html
    99Description: 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.5
     10Version: 1.2.6
    1111Author: Cairn Applications Inc
    1212Author URI: https://www.cloud-computing.rocks/
  • bin-tracker-online/tags/1.2.6/javascript/front-house-script.js

    r3278290 r3284223  
    144144
    145145    $( "#b1nT_place_order_submit" ).click(function(e) {
     146        $('#b1nT_place_order_submit').prop('disabled', true);
     147        $('#b1nT_place_order_submit').addClass("b1nT_disabledButton");
     148
    146149        $('.b1nT-error-msg').remove();
    147150        if($('span[name="b1nT_google_status"]').attr('class') == "b1nT_verify_error") {
     
    191194                        $('#'+field).after('<p class="b1nT-error-msg">'+field_message+'</p>');
    192195                    });
     196                    $('#b1nT_place_order_submit').prop('disabled', false);
     197                    $('#b1nT_place_order_submit').removeClass("b1nT_disabledButton");
    193198                } else if(response.status=='success'){
    194199                     b1nT_first_step.hide();
     
    232237                } else{
    233238                   $('#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");
    234241                }
    235242            }, error: function (error) {
    236243               $('#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");
    237246            }
    238247        });
  • bin-tracker-online/tags/1.2.6/readme.txt

    r3278290 r3284223  
    44Requires PHP: 5.6.4
    55Tested up to: 6.8
    6 Stable tag: 1.2.5
     6Stable tag: 1.2.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • bin-tracker-online/tags/1.2.6/styles/front-house-styles.css

    r3245949 r3284223  
    148148.b1nT_form-block {
    149149    margin-bottom: 20px;
     150}
     151
     152.b1nT_disabledButton {
     153    background: #bdbdbd!important;
    150154}
    151155
  • bin-tracker-online/trunk/bin-tracker-online.php

    r3278290 r3284223  
    88Plugin URI: https://www.bintracker.software/api/word-press-plugin.html
    99Description: 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.5
     10Version: 1.2.6
    1111Author: Cairn Applications Inc
    1212Author URI: https://www.cloud-computing.rocks/
  • bin-tracker-online/trunk/javascript/front-house-script.js

    r3278290 r3284223  
    144144
    145145    $( "#b1nT_place_order_submit" ).click(function(e) {
     146        $('#b1nT_place_order_submit').prop('disabled', true);
     147        $('#b1nT_place_order_submit').addClass("b1nT_disabledButton");
     148
    146149        $('.b1nT-error-msg').remove();
    147150        if($('span[name="b1nT_google_status"]').attr('class') == "b1nT_verify_error") {
     
    191194                        $('#'+field).after('<p class="b1nT-error-msg">'+field_message+'</p>');
    192195                    });
     196                    $('#b1nT_place_order_submit').prop('disabled', false);
     197                    $('#b1nT_place_order_submit').removeClass("b1nT_disabledButton");
    193198                } else if(response.status=='success'){
    194199                     b1nT_first_step.hide();
     
    232237                } else{
    233238                   $('#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");
    234241                }
    235242            }, error: function (error) {
    236243               $('#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");
    237246            }
    238247        });
  • bin-tracker-online/trunk/readme.txt

    r3278290 r3284223  
    44Requires PHP: 5.6.4
    55Tested up to: 6.8
    6 Stable tag: 1.2.5
     6Stable tag: 1.2.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • bin-tracker-online/trunk/styles/front-house-styles.css

    r3245949 r3284223  
    148148.b1nT_form-block {
    149149    margin-bottom: 20px;
     150}
     151
     152.b1nT_disabledButton {
     153    background: #bdbdbd!important;
    150154}
    151155
Note: See TracChangeset for help on using the changeset viewer.