Show More
@@ -1,3 +1,28 b'' | |||||
|
1 | /* | |||
|
2 | @licstart The following is the entire license notice for the | |||
|
3 | JavaScript code in this page. | |||
|
4 | ||||
|
5 | ||||
|
6 | Copyright (C) 2013 neko259 | |||
|
7 | ||||
|
8 | The JavaScript code in this page is free software: you can | |||
|
9 | redistribute it and/or modify it under the terms of the GNU | |||
|
10 | General Public License (GNU GPL) as published by the Free Software | |||
|
11 | Foundation, either version 3 of the License, or (at your option) | |||
|
12 | any later version. The code is distributed WITHOUT ANY WARRANTY; | |||
|
13 | without even the implied warranty of MERCHANTABILITY or FITNESS | |||
|
14 | FOR A PARTICULAR PURPOSE. See the GNU GPL for more details. | |||
|
15 | ||||
|
16 | As additional permission under GNU GPL version 3 section 7, you | |||
|
17 | may distribute non-source (e.g., minimized or compacted) forms of | |||
|
18 | that code without the copy of the GNU GPL normally required by | |||
|
19 | section 4, provided you include this license notice and a URL | |||
|
20 | through which recipients can access the Corresponding Source. | |||
|
21 | ||||
|
22 | @licend The above is the entire license notice | |||
|
23 | for the JavaScript code in this page. | |||
|
24 | */ | |||
|
25 | ||||
1 | function addImgPreview() { |
|
26 | function addImgPreview() { | |
2 | var margin = 20; //..change |
|
27 | var margin = 20; //..change | |
3 |
|
28 |
@@ -1,3 +1,28 b'' | |||||
|
1 | /* | |||
|
2 | @licstart The following is the entire license notice for the | |||
|
3 | JavaScript code in this page. | |||
|
4 | ||||
|
5 | ||||
|
6 | Copyright (C) 2013 neko259 | |||
|
7 | ||||
|
8 | The JavaScript code in this page is free software: you can | |||
|
9 | redistribute it and/or modify it under the terms of the GNU | |||
|
10 | General Public License (GNU GPL) as published by the Free Software | |||
|
11 | Foundation, either version 3 of the License, or (at your option) | |||
|
12 | any later version. The code is distributed WITHOUT ANY WARRANTY; | |||
|
13 | without even the implied warranty of MERCHANTABILITY or FITNESS | |||
|
14 | FOR A PARTICULAR PURPOSE. See the GNU GPL for more details. | |||
|
15 | ||||
|
16 | As additional permission under GNU GPL version 3 section 7, you | |||
|
17 | may distribute non-source (e.g., minimized or compacted) forms of | |||
|
18 | that code without the copy of the GNU GPL normally required by | |||
|
19 | section 4, provided you include this license notice and a URL | |||
|
20 | through which recipients can access the Corresponding Source. | |||
|
21 | ||||
|
22 | @licend The above is the entire license notice | |||
|
23 | for the JavaScript code in this page. | |||
|
24 | */ | |||
|
25 | ||||
1 | $( document ).ready(function() { |
|
26 | $( document ).ready(function() { | |
2 | $("a[href='#top']").click(function() { |
|
27 | $("a[href='#top']").click(function() { | |
3 | $("html, body").animate({ scrollTop: 0 }, "slow"); |
|
28 | $("html, body").animate({ scrollTop: 0 }, "slow"); |
@@ -1,3 +1,28 b'' | |||||
|
1 | /* | |||
|
2 | @licstart The following is the entire license notice for the | |||
|
3 | JavaScript code in this page. | |||
|
4 | ||||
|
5 | ||||
|
6 | Copyright (C) 2013 neko259 | |||
|
7 | ||||
|
8 | The JavaScript code in this page is free software: you can | |||
|
9 | redistribute it and/or modify it under the terms of the GNU | |||
|
10 | General Public License (GNU GPL) as published by the Free Software | |||
|
11 | Foundation, either version 3 of the License, or (at your option) | |||
|
12 | any later version. The code is distributed WITHOUT ANY WARRANTY; | |||
|
13 | without even the implied warranty of MERCHANTABILITY or FITNESS | |||
|
14 | FOR A PARTICULAR PURPOSE. See the GNU GPL for more details. | |||
|
15 | ||||
|
16 | As additional permission under GNU GPL version 3 section 7, you | |||
|
17 | may distribute non-source (e.g., minimized or compacted) forms of | |||
|
18 | that code without the copy of the GNU GPL normally required by | |||
|
19 | section 4, provided you include this license notice and a URL | |||
|
20 | through which recipients can access the Corresponding Source. | |||
|
21 | ||||
|
22 | @licend The above is the entire license notice | |||
|
23 | for the JavaScript code in this page. | |||
|
24 | */ | |||
|
25 | ||||
1 | function addMarkToMsg(start, end) { |
|
26 | function addMarkToMsg(start, end) { | |
2 | var textarea = document.getElementById('id_text'); |
|
27 | var textarea = document.getElementById('id_text'); | |
3 | if(!textarea) return; |
|
28 | if(!textarea) return; |
@@ -1,3 +1,28 b'' | |||||
|
1 | /* | |||
|
2 | @licstart The following is the entire license notice for the | |||
|
3 | JavaScript code in this page. | |||
|
4 | ||||
|
5 | ||||
|
6 | Copyright (C) 2013 neko259 | |||
|
7 | ||||
|
8 | The JavaScript code in this page is free software: you can | |||
|
9 | redistribute it and/or modify it under the terms of the GNU | |||
|
10 | General Public License (GNU GPL) as published by the Free Software | |||
|
11 | Foundation, either version 3 of the License, or (at your option) | |||
|
12 | any later version. The code is distributed WITHOUT ANY WARRANTY; | |||
|
13 | without even the implied warranty of MERCHANTABILITY or FITNESS | |||
|
14 | FOR A PARTICULAR PURPOSE. See the GNU GPL for more details. | |||
|
15 | ||||
|
16 | As additional permission under GNU GPL version 3 section 7, you | |||
|
17 | may distribute non-source (e.g., minimized or compacted) forms of | |||
|
18 | that code without the copy of the GNU GPL normally required by | |||
|
19 | section 4, provided you include this license notice and a URL | |||
|
20 | through which recipients can access the Corresponding Source. | |||
|
21 | ||||
|
22 | @licend The above is the entire license notice | |||
|
23 | for the JavaScript code in this page. | |||
|
24 | */ | |||
|
25 | ||||
1 | /** |
|
26 | /** | |
2 | * Created with IntelliJ IDEA. |
|
27 | * Created with IntelliJ IDEA. | |
3 | * User: vurdalak |
|
28 | * User: vurdalak |
@@ -1,3 +1,28 b'' | |||||
|
1 | /* | |||
|
2 | @licstart The following is the entire license notice for the | |||
|
3 | JavaScript code in this page. | |||
|
4 | ||||
|
5 | ||||
|
6 | Copyright (C) 2013 neko259 | |||
|
7 | ||||
|
8 | The JavaScript code in this page is free software: you can | |||
|
9 | redistribute it and/or modify it under the terms of the GNU | |||
|
10 | General Public License (GNU GPL) as published by the Free Software | |||
|
11 | Foundation, either version 3 of the License, or (at your option) | |||
|
12 | any later version. The code is distributed WITHOUT ANY WARRANTY; | |||
|
13 | without even the implied warranty of MERCHANTABILITY or FITNESS | |||
|
14 | FOR A PARTICULAR PURPOSE. See the GNU GPL for more details. | |||
|
15 | ||||
|
16 | As additional permission under GNU GPL version 3 section 7, you | |||
|
17 | may distribute non-source (e.g., minimized or compacted) forms of | |||
|
18 | that code without the copy of the GNU GPL normally required by | |||
|
19 | section 4, provided you include this license notice and a URL | |||
|
20 | through which recipients can access the Corresponding Source. | |||
|
21 | ||||
|
22 | @licend The above is the entire license notice | |||
|
23 | for the JavaScript code in this page. | |||
|
24 | */ | |||
|
25 | ||||
1 | function addGalleryPanel() { |
|
26 | function addGalleryPanel() { | |
2 | var gallery = $('a[class="thumb"]').clone(true), |
|
27 | var gallery = $('a[class="thumb"]').clone(true), | |
3 | normal = $('.post').clone(true); |
|
28 | normal = $('.post').clone(true); |
General Comments 0
You need to be logged in to leave comments.
Login now