From 572ad5a1621a61e655c65b7b4da8f4edac90f760 Mon Sep 17 00:00:00 2001 From: cxt Date: Mon, 22 Aug 2016 10:49:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B8=BB=E9=A1=B5=E7=9A=84?= =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E5=92=8C=E9=A1=B9=E7=9B=AE=E5=B1=95=E5=BC=80?= =?UTF-8?q?=E5=87=BA=E7=8E=B0=E9=87=8D=E5=A4=8D=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/layouts/_user_courses.html.erb | 1 - app/views/layouts/_user_projects.html.erb | 1 - public/javascripts/new_user.js | 2 -- public/javascripts/syllabus.js | 1 - 4 files changed, 5 deletions(-) diff --git a/app/views/layouts/_user_courses.html.erb b/app/views/layouts/_user_courses.html.erb index b3b21547e..d5f877eea 100644 --- a/app/views/layouts/_user_courses.html.erb +++ b/app/views/layouts/_user_courses.html.erb @@ -82,7 +82,6 @@ <% end %> <% if all_count > (page.to_i+1) * 10%> - diff --git a/app/views/layouts/_user_projects.html.erb b/app/views/layouts/_user_projects.html.erb index caaaaf031..21b42decd 100644 --- a/app/views/layouts/_user_projects.html.erb +++ b/app/views/layouts/_user_projects.html.erb @@ -59,7 +59,6 @@ <% end %> <% if all_count > (page.to_i+1) * 10%> - diff --git a/public/javascripts/new_user.js b/public/javascripts/new_user.js index 8db3fbc20..1013dd749 100644 --- a/public/javascripts/new_user.js +++ b/public/javascripts/new_user.js @@ -38,7 +38,6 @@ function edit_user_introduction(url){ function show_more_course(url){ $.get( url, - { page: $("#course_page_num").val() }, function (data) { } ); @@ -48,7 +47,6 @@ function show_more_course(url){ function show_more_project(url){ $.get( url, - { page: $("#project_page_num").val() }, function (data) { } diff --git a/public/javascripts/syllabus.js b/public/javascripts/syllabus.js index 24b997496..0319bd4d1 100644 --- a/public/javascripts/syllabus.js +++ b/public/javascripts/syllabus.js @@ -2,7 +2,6 @@ function show_more_course(url){ $.get( url, - { page: $("#course_page_num").val() }, function (data) { } );