X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab%2Fjs%2Fplc_tables.js;h=9207defc94a462539f5dbc60ccb4bd5ccc6304ff;hb=980597eb6da7f6bae88f0a0ea64b9c575eca60d9;hp=8b8cbde4ff142f6e184f11d272261e34bf13960e;hpb=e13bb3116da73769355116384a77480c59468ec0;p=plewww.git diff --git a/planetlab/js/plc_tables.js b/planetlab/js/plc_tables.js index 8b8cbde..9207def 100644 --- a/planetlab/js/plc_tables.js +++ b/planetlab/js/plc_tables.js @@ -41,7 +41,7 @@ function plc_table_paginator (opts,tablename) { p.className = "paginationText"; p.appendChild(document.createTextNode(label)); - t.insertBefore(p.cloneNode(true), t.firstChild); + /* t.insertBefore(p.cloneNode(true), t.firstChild); */ b.appendChild(p); }