Updated frontend to access the 'test-rules' functionality

This commit is contained in:
Robert Horlings
2016-02-17 12:11:00 +01:00
parent c8c69f1a66
commit 5dc556f0af
6 changed files with 52 additions and 1 deletions

View File

@@ -24,6 +24,12 @@ $(function () {
return false;
});
$('.test_rule_triggers').click(function () {
testRuleTriggers();
return false;
});
$('.add_rule_action').click(function () {
addNewAction();