diff --git a/js/profile.js b/js/profile.js --- a/js/profile.js +++ b/js/profile.js @@ -1,12 +1,12 @@ (function ($, Drupal, drupalSettings) { var url = jQuery('#url').val(); if(url != ''){ go_toStore(url); } })(jQuery, Drupal, drupalSettings); function go_toStore(url){ if(confirm("Application YellowPages") == true){ - window.location = "myapp://Thailand Yellowpages" + window.location = "my app://Thailand Yellow Pages" } } \ No newline at end of file