Removed unnecessary context switching

This commit is contained in:
Rich Morgan 2014-12-17 13:04:45 -05:00
parent 14d0351cd0
commit b40d1a60f3
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ if ($request->getScheme() == 'https') {
//<![CDATA[
new PeriodicalExecuter(function() {
new Ajax.Request(
"<?php echo $url; ?>?quote=<?php echo $quoteId; ?>",
"<?php echo $url . '?quote=' . $quoteId; ?>",
{
asynchronous: true,
evalScripts: true,