X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fhazelnut%2Fhazelnut.js;h=bbaf11ec764749c577770232366568569f5ae202;hb=e17496297f64a5bc77b36e6d77b48ba38f18cdc2;hp=ae774d58fd31ef50e3ca579f28974a9a9e1c3021;hpb=d50fe1013ad8599ed048b2b8771ac6af21c3e466;p=unfold.git diff --git a/plugins/hazelnut/hazelnut.js b/plugins/hazelnut/hazelnut.js index ae774d58..bbaf11ec 100644 --- a/plugins/hazelnut/hazelnut.js +++ b/plugins/hazelnut/hazelnut.js @@ -12,7 +12,7 @@ (function($){ var debug=false; -// debug=true + debug=true // routing calls $.fn.Hazelnut = function( method ) { @@ -326,6 +326,7 @@ /* catch up with the last column if checkboxes were requested */ if (options.checkboxes) { var checked = ''; + // xxx problem is, we don't get this 'sliver' thing set apparently if (typeof(row['sliver']) != 'undefined') { /* It is equal to null when is present */ checked = 'checked '; hazelnut.current_resources.push(row['urn']);