pubstream is not yet supported in mod hq
This commit is contained in:
parent
fbc57fa8e3
commit
1c75e71eb3
@ -21,8 +21,10 @@
|
|||||||
var notify_id = $(this).data('notify_id');
|
var notify_id = $(this).data('notify_id');
|
||||||
var path = $(this)[0].pathname.substr(1,7);
|
var path = $(this)[0].pathname.substr(1,7);
|
||||||
|
|
||||||
|
console.log(path);
|
||||||
|
|
||||||
{{if $module == 'hq'}}
|
{{if $module == 'hq'}}
|
||||||
if(b64mid !== 'undefined') {
|
if(b64mid !== 'undefined' && path !== 'pubstre') {
|
||||||
{{else}}
|
{{else}}
|
||||||
if(path === 'display' && b64mid) {
|
if(path === 'display' && b64mid) {
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
Reference in New Issue
Block a user