Subversion Repositories My Stuff

Compare Revisions

Ignore whitespace Rev 13 → Rev 12

/trunk/JavaScripts/filmtooltip.js
File deleted
\ No newline at end of file
Property changes:
Deleted: svn:mime-type
## -1 +0,0 ##
-text/plain
\ No newline at end of property
Index: JavaScripts/imgtooltip.js
===================================================================
--- JavaScripts/imgtooltip.js (revision 13)
+++ JavaScripts/imgtooltip.js (nonexistent)
@@ -1,7 +0,0 @@
-$(document).ready(function(){
- $('a.group').tooltip({
- effect: 'slide',
- tipClass : 'imgtooltip',
- opacity : 0.7
- }).dynamic({ bottom: { direction: 'down', bounce: true } });
-});
/JavaScripts/imgtooltip.js
Property changes:
Deleted: svn:mime-type
## -1 +0,0 ##
-text/plain
\ No newline at end of property
Index: JavaScripts/socialtooltip.js
===================================================================
--- JavaScripts/socialtooltip.js (revision 13)
+++ JavaScripts/socialtooltip.js (nonexistent)
@@ -1,7 +0,0 @@
-$(document).ready(function(){
- $('.bookmarking').find('a').tooltip({
- effect: 'fade',
- tipClass : 'imgtooltip',
- opacity : 0.7
- }).dynamic({ bottom: { direction: 'down', bounce: true } });
-});
\ No newline at end of file
/JavaScripts/socialtooltip.js
Property changes:
Deleted: svn:mime-type
## -1 +0,0 ##
-text/plain
\ No newline at end of property
Index: JavaScripts/scrollable.js
===================================================================
--- JavaScripts/scrollable.js (revision 13)
+++ JavaScripts/scrollable.js (nonexistent)
@@ -1,9 +0,0 @@
-$(document).ready(function(){
- $('div.scrollable').scrollable({
- mousewheel: true,
- keyboard: true,
- next: ".next",
- prev: ".prev",
- speed: 500
- }).navigator();
-});
\ No newline at end of file
/JavaScripts/scrollable.js
Property changes:
Deleted: svn:mime-type
## -1 +0,0 ##
-text/plain
\ No newline at end of property
Index: JavaScripts/menu.js
===================================================================
--- JavaScripts/menu.js (revision 13)
+++ JavaScripts/menu.js (nonexistent)
@@ -1,28 +0,0 @@
-/*#######################################################################
-# This script is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-# Author: Andrzej Kardaƛ
-# License: GPLv3
-# The full version of the licencse can be obtainted by visiting:
-# http://www.gnu.org/licenses/gpl.html
-#######################################################################*/
-$(document).ready(function(){
- var $menu = $('.artmenu');
- $menu.children('li.nav_menu').each(function(){
- var $this = $(this);
- var $anchor = $this.children('a');
- $anchor.data('width',$anchor.width());
-
- $this.bind('mouseenter',function(){
- $menu.find('ul.submenu').stop(true,true).hide();
- $anchor.stop().animate({'width':'180px'},300,function(){
- $this.find('ul.submenu').slideDown(500);
- });
- }).bind('mouseleave',function(){
- $this.find('ul.submenu').stop(true,true).hide();
- $anchor.stop().animate({'width':$anchor.data('width')+'px'},300);
- });
- });
-});
\ No newline at end of file
/JavaScripts/menu.js
Property changes:
Deleted: svn:mime-type
## -1 +0,0 ##
-text/plain
\ No newline at end of property
Index: JavaScripts/dialog_email_form_open.js
===================================================================
--- JavaScripts/dialog_email_form_open.js (revision 13)
+++ JavaScripts/dialog_email_form_open.js (revision 12)
@@ -1,4 +1,4 @@
-/*#######################################################################
+#######################################################################
# This script is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@@ -7,7 +7,7 @@
# License: GPLv3
# The full version of the licencse can be obtainted by visiting:
# http://www.gnu.org/licenses/gpl.html
-#######################################################################*/
+#######################################################################
$.fx.speeds._default = 1000;
$(document).ready(function() {
$('a.email_link').each(function() {
Index: JavaScripts/dialog_sms_form_open.js
===================================================================
--- JavaScripts/dialog_sms_form_open.js (revision 13)
+++ JavaScripts/dialog_sms_form_open.js (revision 12)
@@ -1,4 +1,4 @@
-/*#######################################################################
+#######################################################################
# This script is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@@ -7,7 +7,7 @@
# License: GPLv3
# The full version of the licencse can be obtainted by visiting:
# http://www.gnu.org/licenses/gpl.html
-#######################################################################*/
+#######################################################################
$.fx.speeds._default = 1000;
$(document).ready(function() {
$('a.sms_link').each(function() {
Index: JavaScripts/email_form.js
===================================================================
--- JavaScripts/email_form.js (revision 13)
+++ JavaScripts/email_form.js (revision 12)
@@ -1,4 +1,4 @@
-/*#######################################################################
+#######################################################################
# This script is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@@ -7,7 +7,7 @@
# License: GPLv3
# The full version of the licencse can be obtainted by visiting:
# http://www.gnu.org/licenses/gpl.html
-#######################################################################*/
+#######################################################################
$(document).ready(function(){
var options = {
target: '#email_form',
Index: JavaScripts/mouse_toggle.js
===================================================================
--- JavaScripts/mouse_toggle.js (revision 13)
+++ JavaScripts/mouse_toggle.js (revision 12)
@@ -1,4 +1,4 @@
-/*#######################################################################
+#######################################################################
# This script is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@@ -7,7 +7,7 @@
# License: GPLv3
# The full version of the licencse can be obtainted by visiting:
# http://www.gnu.org/licenses/gpl.html
-#######################################################################*/
+#######################################################################
$(document).ready(function(){
$('div.mouse_toggle').each(function(){
var $content = $(this).find('div.toggle_on_mouse_content:first');
Index: JavaScripts/sms_form.js
===================================================================
--- JavaScripts/sms_form.js (revision 13)
+++ JavaScripts/sms_form.js (revision 12)
@@ -1,4 +1,4 @@
-/*#######################################################################
+#######################################################################
# This script is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@@ -7,7 +7,7 @@
# License: GPLv3
# The full version of the licencse can be obtainted by visiting:
# http://www.gnu.org/licenses/gpl.html
-########################################################################*/
+########################################################################
$(document).ready(function(){
var options = {
target: '#sms_form',
Index: JavaScripts/toggle_slide.js
===================================================================
--- JavaScripts/toggle_slide.js (revision 13)
+++ JavaScripts/toggle_slide.js (revision 12)
@@ -1,4 +1,4 @@
-/*#######################################################################
+#######################################################################
# This script is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@@ -7,7 +7,7 @@
# License: GPLv3
# The full version of the licencse can be obtainted by visiting:
# http://www.gnu.org/licenses/gpl.html
-#######################################################################*/
+#######################################################################
$(document).ready(function(){
$('div.toggle').each(function(){
var $link = $(this).children('a.toggle_link:first');
Index: JavaScripts/youtube_dialog.js
===================================================================
--- JavaScripts/youtube_dialog.js (revision 13)
+++ JavaScripts/youtube_dialog.js (revision 12)
@@ -1,4 +1,4 @@
-/*#######################################################################
+#######################################################################
# This script is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@@ -7,7 +7,7 @@
# License: GPLv3
# The full version of the licencse can be obtainted by visiting:
# http://www.gnu.org/licenses/gpl.html
-#######################################################################*/
+#######################################################################
$.fx.speeds._default = 1000;
$(document).ready(function() {
$('a.film_link').each(function() {