Skip to content

Commit

Permalink
Remove debugging code and fix tailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jun 29, 2018
1 parent a585a7f commit bd380a5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/OFS/zpt/main.zpt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</thead>
<tbody>
<tr tal:repeat="ob obs">
<td class="zmi-object-check text-right"
<td class="zmi-object-check text-right"
onclick="$(this).children('input').trigger('click');">
<input type="checkbox"
class="checkbox-list-item"
Expand All @@ -90,7 +90,7 @@
<td class="zmi-object-id">
<a tal:attributes="href python:'%s/manage_workspace'%(ob.getId())">
<span tal:replace="python:ob.getId()">Id</span>
<span class="badge badge-warning"
<span class="badge badge-warning"
title="This item has been locked by WebDAV"
tal:condition="ob/wl_isLocked | nothing">
<i class="fa fa-lock"></i>
Expand Down Expand Up @@ -217,7 +217,6 @@

$('#tablefilter').keyup( function (e) {
var tablefilter = $(this).val();
console.log('You pressed ' + tablefilter);
if( e.which==13 ) {
window.location.href = 'manage_findForm?btn_submit=Find&search_sub:int=1&obj_ids%3Atokens=' + tablefilter;
e.preventDefault();
Expand Down

0 comments on commit bd380a5

Please sign in to comment.