Commit acf4399d31a46aa7c06e52d3294e48f360d65527

Authored by Eduardo Santos
2 parents 1e07165a 6dec5830
Exists in master and in 1 other branch 3.1

Diminui o tamanho da página como estava antes.

src/Cacic/CommonBundle/Resources/public/js/init.js
@@ -209,13 +209,13 @@ $(document).ready(function(){ @@ -209,13 +209,13 @@ $(document).ready(function(){
209 * e já configura a máscara no formato xx/xx/xxxx 209 * e já configura a máscara no formato xx/xx/xxxx
210 */ 210 */
211 $(".datepicker_on").datepicker({ altFormat: "dd/mm/yy" }).mask('99/99/9999'); 211 $(".datepicker_on").datepicker({ altFormat: "dd/mm/yy" }).mask('99/99/9999');
212 - $('#datatable').dataTable( { 212 + /*$('#datatable').dataTable( {
213 "iDisplayLength": 100, 213 "iDisplayLength": 100,
214 - "iDisplayStart": 100, 214 + "iDisplayStart": 1,
215 "bJQueryUI": true, 215 "bJQueryUI": true,
216 "sPaginationType": "full_numbers", 216 "sPaginationType": "full_numbers",
217 "bDestroy": true 217 "bDestroy": true
218 - } ); 218 + } );*/
219 219
220 220
221 }); 221 });
222 \ No newline at end of file 222 \ No newline at end of file