Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting https://git.osmesh.ru/MOS/OpenBoard/src/commit/ad80fb152c28e2b35342b0b840b5dcb2ea32e7a6/resources/library/applications/Papier.wgt/spectrum-1.8.1/i18n/jquery.spectrum-tr.js
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
// Spectrum Colorpicker
|
|
// Turkish (tr) localization
|
|
// https://github.com/bgrins/spectrum
|
|
|
|
(function ( $ ) {
|
|
|
|
var localization = $.spectrum.localization["tr"] = {
|
|
cancelText: "iptal",
|
|
chooseText: "tamam"
|
|
};
|
|
|
|
$.extend($.fn.spectrum.defaults, localization);
|
|
|
|
})( jQuery );
|
|
|