File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
static/apps/admin/modules/cms Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11admin.modules.core.applications.title =\u5E94\u7528\u7A0B\u5E8F
2- copyright =\u7248\u672C \u6240\u6709 © 2017 <a href="http://bndy.net" target="_blank">BNDY.NET</a>
2+ copyright =\u7248\u6743 \u6240\u6709 © 2017 <a href="http://bndy.net" target="_blank">BNDY.NET</a>
33
44error.title =\u9519\u8BEF
55error.description =\u5F88\u62B1\u6B49\uFF0C\u53D1\u751F\u672A\u77E5\u540D\u9519\u8BEF\uFF0C\u8BF7\u7A0D\u540E\u91CD\u8BD5\u3002
Original file line number Diff line number Diff line change 2929 < tbody >
3030 < tr ng-repeat ="item in pager.content ">
3131 < td >
32- < a target ="_blank " href ="/article/{{item.titleKey}} " ng-bind ="item.title "> </ a >
32+ < a class =" title " target ="_blank " href ="/article/{{item.titleKey}} " ng-bind ="item.title "> </ a >
3333 </ td >
3434 < td ng-bind ="item.createDate | date: 'yyyy-MM-dd HH:mm' "> </ td >
3535 < td ng-bind ="item.lastUpdate | date: 'yyyy-MM-dd HH:mm' "> </ td >
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ angular.module('app')
3333
3434 if ( $scope . searchKeywords ) {
3535 $timeout ( function ( ) {
36- $ ( 'table > tbody > tr > td, table > tbody > tr > td > span ' ) . highlightText ( $scope . searchKeywords ) ;
37- } , 100 ) ;
36+ $ ( 'table .title ' ) . highlightText ( $scope . searchKeywords ) ;
37+ } , 200 ) ;
3838 }
3939 } ) ;
4040 } ;
You can’t perform that action at this time.
0 commit comments