projects
/
WP-Themes
/
themoleholeonline.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fa3115
)
testing url getter
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 11 Dec 2015 19:52:28 +0000
(14:52 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 11 Dec 2015 19:52:28 +0000
(14:52 -0500)
js/galleria.min.js
patch
|
blob
|
history
diff --git
a/js/galleria.min.js
b/js/galleria.min.js
index
c749a9c
..
85b187d
100644
(file)
--- 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);
}