~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to views/displaygroup-page.twig

  • Committer: Dan Garner
  • Date: 2016-02-16 18:00:34 UTC
  • mto: This revision was merged to the branch mainline in revision 484.
  • Revision ID: git-v1:54f55ad458032ffe267efec9890219e909959da1
Notification on Display Add/Edit and on Membership change for Display Group
xibosignage/xibo#724

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
        var criteria;
82
82
 
83
83
        function displayGroupFormOpen(dialog) {
 
84
            displayTable = null;
84
85
 
85
86
            $(dialog).find("input[name=dynamicCriteria]").on("keyup", $.debounce(500, function() {
86
87
                displayGroupQueryDynamicMembers(dialog);