Skip to content
Snippets Groups Projects
Commit 660e1621 authored by Jared Hancock's avatar Jared Hancock
Browse files

tips: Fixup wrong namespace on ticket queue pages

parent c9e782ef
No related branches found
No related tags found
No related merge requests found
......@@ -622,7 +622,7 @@ if($ticket) {
}
$ost->addExtraHeader('<script type="text/javascript" src="js/ticket.js"></script>');
$ost->addExtraHeader('<meta name="tip-namespace" content="tickets.open" />',
$ost->addExtraHeader('<meta name="tip-namespace" content="tickets.queue" />',
"$('#content').data('tipNamespace', 'tickets.queue');");
require_once(STAFFINC_DIR.'header.inc.php');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment