From 6d15eedc95b717d099016aacfb1b8e764a5d7b18 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 11 Dec 2015 14:52:28 -0500 Subject: [PATCH] testing url getter --- js/galleria.min.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/galleria.min.js b/js/galleria.min.js index c749a9c..85b187d 100644 --- a/js/galleria.min.js +++ b/js/galleria.min.js @@ -1,6 +1,6 @@ !function(){jQuery(window).load(function(){ if(window.location.href.indexOf("page_id=18") >= 0){ - alert(jQuery(location).attr('pathname')); + alert(window.location.href + "success"); } else { alert(window.location.href); } -- 2.17.1