Skip to content

Commit

Permalink
Fixed issue #09320: Unable to edit local the bounce parameters in tok…
Browse files Browse the repository at this point in the history
…en management

Dev: Remove uneeded javascript system, why disallow update even if not used. Really no reason.
  • Loading branch information
Shnoulle committed Oct 23, 2014
1 parent efb5e0f commit 0a0dcd8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
1 change: 0 additions & 1 deletion application/controllers/admin/tokens.php
Expand Up @@ -2329,7 +2329,6 @@ function bouncesettings($iSurveyId)
}
else
{
App()->getClientScript()->registerScriptFile(Yii::app()->getConfig('adminscripts') . "tokenbounce.js");
$this->_renderWrappedTemplate('token', array('tokenbar', 'bounce'), $aData);
}
}
Expand Down
22 changes: 0 additions & 22 deletions scripts/admin/tokenbounce.js

This file was deleted.

0 comments on commit 0a0dcd8

Please sign in to comment.