commit
d26c754561
|
|
@ -10,7 +10,7 @@ odoo.define('simplify_access_management.hide_export', function (require) {
|
|||
_render: function () {
|
||||
const res = this._super.apply(this, arguments);
|
||||
const self = this;
|
||||
this._super.apply(this, arguments);
|
||||
// this._super.apply(this, arguments);
|
||||
|
||||
var hash = window.location.hash.substring(1);
|
||||
hash = JSON.parse('{"' + hash.replace(/&/g, '","').replace(/=/g,'":"') + '"}', function(key, value) { return key===""?value:decodeURIComponent(value) })
|
||||
|
|
|
|||
Loading…
Reference in New Issue