File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 15
15
//
16
16
// You can specify all the values or you can default the Revision and Build Numbers
17
17
// by using the '*' as shown below:
18
- [ assembly: AssemblyVersion ( "1.0.84.2 " ) ]
19
- [ assembly: AssemblyFileVersion ( "1.0.84.2 " ) ]
18
+ [ assembly: AssemblyVersion ( "1.0.84.3 " ) ]
19
+ [ assembly: AssemblyFileVersion ( "1.0.84.3 " ) ]
Original file line number Diff line number Diff line change 1215
1215
// include if using bootstrap < 3.3.0
1216
1216
//var setContent = $.fn.popover.Constructor.prototype.setContent;
1217
1217
1218
- $ . fn . popover . Constructor . prototype . setContent = function ( )
1219
- {
1220
- var $tip = this . tip ( ) ;
1218
+ // $.fn.popover.Constructor.prototype.setContent = function ()
1219
+ // {
1220
+ // var $tip = this.tip();
1221
1221
1222
- $tip . find ( '.popover-content' ) . children ( ) . detach ( ) ;
1222
+ // $tip.find('.popover-content').children().detach();
1223
1223
1224
- setContent . call ( this ) ;
1225
- } ;
1224
+ // setContent.call(this);
1225
+ // };
1226
1226
} ) ;
1227
1227
} ( window . jQuery ) ;
You can’t perform that action at this time.
0 commit comments