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

@@ -31,4 +31,10 @@ $(function () {
return false;
});
$('.test_rule_triggers').click(function () {
testRuleTriggers();
return false;
});
});