From c87c73d2ee015bb57b7610bfebad903d9b0ae0ff Mon Sep 17 00:00:00 2001
From: daiao <358551898@qq.com>
Date: Fri, 25 Aug 2017 15:29:49 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E8=AE=AD=E6=B7=BB=E5=8A=A0=E5=90=88?=
=?UTF-8?q?=E4=BD=9C=E8=80=85=E6=8A=A5500?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/views/shixuns/_add_collaborators.html.erb | 7 ++++++-
public/javascripts/edu/shixun.js | 6 ------
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/app/views/shixuns/_add_collaborators.html.erb b/app/views/shixuns/_add_collaborators.html.erb
index 6ed910de9..84ae4b521 100644
--- a/app/views/shixuns/_add_collaborators.html.erb
+++ b/app/views/shixuns/_add_collaborators.html.erb
@@ -26,4 +26,9 @@
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/public/javascripts/edu/shixun.js b/public/javascripts/edu/shixun.js
index 459901f88..e899e02cf 100644
--- a/public/javascripts/edu/shixun.js
+++ b/public/javascripts/edu/shixun.js
@@ -1,9 +1,3 @@
-$(function() {
- $("#search_not_collaborators").on('input', function (e) {
- throttle(search_not_teacher_f, window, e);
- });
-});
-
var lastteSearchCondition = '';
function search_not_teacher_f(e){
console.log($(e.target).val().trim());