Created
March 2, 2016 03:31
-
-
Save jrjames83/a33ad142790a4da48c47 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if (document.getElementsByClassName("HeaderPrice")[0]) { | |
| var rooms_avail_omtr = document.getElementsByClassName("HeaderPrice").length; | |
| s.eVar51 = rooms_avail_omtr; | |
| } else if (jQuery('.NoAvailMsg')[0]) { | |
| s.eVar51 = "No Results Available"; | |
| } else { | |
| s.eVar51 = "Some Other Condition Has Occurred"; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment