mirror of
https://github.com/S2-/gitlit
synced 2025-08-04 05:10:05 +02:00
6 lines
60 B
JavaScript
6 lines
60 B
JavaScript
define( function() {
|
|
"use strict";
|
|
|
|
return ( /\?/ );
|
|
} );
|