Created
August 25, 2021 11:40
-
-
Save Sentinel-7/65f45cb76c57c0f15745af51eee8c6e6 to your computer and use it in GitHub Desktop.
Изменяем url после оформления заказа, для отслеживания конверсий
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
jQuery(window).on('load', function() { | |
"use strict"; | |
history.pushState(null, '', '/?msorder'); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment