diff options
author | Paul Duncan <pabs@pablotron.org> | 2016-04-02 23:31:25 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2016-04-02 23:31:25 -0400 |
commit | 2bc9e36d75ad3af17bc771b8cb062f55b9da5ec3 (patch) | |
tree | 61ddc25ab49a02864ed6d267bf4905ad62294f8b | |
parent | 61a67bed2f05c274cd28e29617770af262f3be2e (diff) | |
download | old-guff-2bc9e36d75ad3af17bc771b8cb062f55b9da5ec3.tar.bz2 old-guff-2bc9e36d75ad3af17bc771b8cb062f55b9da5ec3.zip |
s/filter-q/users-q/
-rw-r--r-- | data/stuff/test/auth.js | 3 | ||||
-rw-r--r-- | src/guff/views/ecrs/test/auth.ecr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/data/stuff/test/auth.js b/data/stuff/test/auth.js index 18bfc49..a374364 100644 --- a/data/stuff/test/auth.js +++ b/data/stuff/test/auth.js @@ -88,6 +88,7 @@ jQuery(function($) { return false; } + // old test, not used any more function set_user(user_id) { return send('test/set_user', { user_id: user_id, @@ -98,7 +99,7 @@ jQuery(function($) { }); } - $('#filter-q').on('search-update', function() { + $('#users-q').on('search-update', function() { filter(); }); diff --git a/src/guff/views/ecrs/test/auth.ecr b/src/guff/views/ecrs/test/auth.ecr index c6ee27f..f7ea4f6 100644 --- a/src/guff/views/ecrs/test/auth.ecr +++ b/src/guff/views/ecrs/test/auth.ecr @@ -168,7 +168,7 @@ <input type='text' - id='filter-q' + id='users-q' class='form-control' title='Enter search terms' /> |