去掉js的调试语句

This commit is contained in:
lizanle 2015-10-12 16:28:18 +08:00
parent d3590b6a6e
commit f024723f8c
2 changed files with 0 additions and 2 deletions

View File

@ -24,7 +24,6 @@
// 点击 checkbox选中引用的资源的时候保存该资源的id到session里去
function store_seleted_resource(dom){
console.log(dom.attr('checked'))
if(dom.attr('checked') == 'checked' ){
$.get(
'<%= store_selected_resource_user_path(User.current) %>'+'?save=y&res_id='+dom.val()

View File

@ -10,7 +10,6 @@
// 点击 checkbox选中引用的资源的时候保存该资源的id到session里去
function store_seleted_resource(dom){
console.log(dom.attr('checked'))
if(dom.attr('checked') == 'checked' ){
$.get(
'<%= store_selected_resource_user_path %>'+'?save=y&res_id='+dom.val()