Jump to content

ips.utils.cookie.get is not working


Go to solution Solved by Matt,

Recommended Posts

12 minutes ago, Marc Stridgen said:

Sorry, please could you clarify here what you are trying to do?

I have this code in a template

<script>
$(document).ready(function () {
	ips.utils.cookie.unset('testvar');
	ips.utils.cookie.set('testvar', 'OK', true);
});
</script>

And when I want to call the value using ips.utils.cookie.get in the console it tells me undefined.

Could contain: Text

In addition, I noticed that several of my templates stopped working and that's all after the update.

Edited by psychol.
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...