mirror of
https://github.com/pretix/pretix.git
synced 2026-08-23 12:51:59 +00:00
Widget: Pass referer to cart session
This commit is contained in:
@@ -5,7 +5,9 @@
|
|||||||
|
|
||||||
window.PretixWidget = {
|
window.PretixWidget = {
|
||||||
'build_widgets': true,
|
'build_widgets': true,
|
||||||
'widget_data': {}
|
'widget_data': {
|
||||||
|
'referer': location.href
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
var Vue = module.exports;
|
var Vue = module.exports;
|
||||||
|
|||||||
Reference in New Issue
Block a user