Ignore:
Timestamp:
Mar 1, 2015 8:44:12 PM (10 years ago)
Author:
namnd
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/application/modules/admin/views/smslog/index.php

    r461 r769  
    2424            return false;
    2525        });
     26                /*
    2627                $('#keyword').bind('input', function(){
    2728                        filter();
    28                 });
     29                });*/
     30                $('#keyword').keyup(function (event) {
     31            if (event.keyCode == '13') {
     32                filter();
     33            }
     34            return false;
     35        });
    2936               
    3037                $( '.sorting, .sorting_desc, .sorting_asc' ).click(function( index ) {
Note: See TracChangeset for help on using the changeset viewer.