X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/b3154a4f81c3a077d8e14ecc5a6826adb60f0548..115d9ab4d4ca222139e5b0db87e59248bfb6410e:/project/templates/explorer/file_xml.html
diff --git a/project/templates/explorer/file_xml.html b/project/templates/explorer/file_xml.html
index 66e128de..2a2afaac 100644
--- a/project/templates/explorer/file_xml.html
+++ b/project/templates/explorer/file_xml.html
@@ -15,11 +15,7 @@
var lastScroll = -1000;
function checkScroll() {
- console.log('checkScroll', $('#images').scrollTop(), lastScroll);
-
if (Math.abs($('#images').scrollTop() - lastScroll) > 300) {
- console.log('checking!');
-
var container = $('#images');
lastScroll = container.scrollTop();
@@ -36,20 +32,25 @@
setTimeout(checkScroll, 2000);
}
+ function addEditorButton(label, fn) {
+ $('').click(function(event) {
+ var text = $('#id_text').getSelection().text;
+ $('#id_text').replaceSelection(fn(text));
+ event.preventDefault();
+ }).appendTo('#buttons');
+ }
+
$(function() {
$('#id_folders').change(function() {
$('#images').load('/images/' + $('#id_folders').val() + '/', function() {
lastScroll = -1000;
});
});
+
+ addEditorButton('utwór', function(text) { return '