Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
announcement
Commit Description:
announcement
/*! Bootstrap integration for DataTables' StateRestore
* ©2016 SpryMedia Ltd - datatables.net/license
*/
( function ( factory ) {
if ( typeof define === 'function' && define . amd ) {
// AMD
define ([ 'jquery' , 'datatables.net-dt' , 'datatables.net-staterestore' ], function ( $ ) {
return factory ( $ );
});
}
else if ( typeof exports === 'object' ) {
// CommonJS
module . exports = function ( root , $ ) {
if ( ! root ) {
root = window ;
}
if ( ! $ || ! $ . fn . dataTable ) {
// eslint-disable-next-line @typescript-eslint/no-var-requires
$ = require ( 'datatables.net-dt' )( root , $ ). $ ;
}
if ( ! $ . fn . dataTable . StateRestore ) {
// eslint-disable-next-line @typescript-eslint/no-var-requires
require ( 'datatables.net-staterestore' )( root , $ );
}
return factory ( $ );
};
}
else {
// Browser
factory ( jQuery );
}
}( function ( $ ) {
'use strict' ;
var dataTable = $ . fn . dataTable ;
return dataTable . stateRestore ;
}));
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings