Your IP : 216.73.217.154


Current Path : /home/ereika83/public_html/wp-content/plugins/unbounce/js/
Upload File :
Current File : /home/ereika83/public_html/wp-content/plugins/unbounce/js/unbounce-page.js

// Unbounce-Page.php JS Functions

function swap_primary_buttons(current_primary, current_secondary) {
  var $ = jQuery;
  $('#' + current_primary).removeClass('button-primary');
  $('#' + current_secondary).addClass('button-primary');
}