mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-27 01:24:16 +00:00
Translatable title...
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
var dxcluster_maxage = <?php echo $this->optionslib->get_option('dxcluster_maxage') ?? 60; ?>;
|
||||
var custom_date_format = "<?php echo $custom_date_format ?>";
|
||||
var popup_warning = "<?= __("Pop-up was blocked! Please allow pop-ups for this site permanently."); ?>";
|
||||
var lang_click_to_prepare_logging = "<?= __("Click to prepare logging."); ?>";
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
@@ -24,7 +24,7 @@ $(function() {
|
||||
'targets': 2,
|
||||
'createdCell': function (td, cellData, rowData, row, col) {
|
||||
$(td).addClass("spotted_call");
|
||||
$(td).attr( "title", "Click to prepare logging" );
|
||||
$(td).attr( "title", lang_click_to_prepare_logging);
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user