[Pkg-mozext-commits] [autofill-forms] 01/06: remove compressed js files
Sascha Girrulat
sagiru-guest at alioth.debian.org
Fri Oct 4 09:39:50 UTC 2013
This is an automated email from the git hooks/post-receive script.
sagiru-guest pushed a commit to branch master
in repository autofill-forms.
commit 70b87dae8ffee80fa54d74744ddbcdafa91315c2
Author: Sascha Girrulat <sascha at girrulat.de>
Date: Tue Oct 1 10:32:34 2013 +0200
remove compressed js files
we cant reproduce them and we could use them as an dependency from debian
---
www/js/mootools.js | 1 -
www/js/slimbox.js | 18 ------------------
2 files changed, 19 deletions(-)
diff --git a/www/js/mootools.js b/www/js/mootools.js
deleted file mode 100644
index 36f7bd6..0000000
--- a/www/js/mootools.js
+++ /dev/null
@@ -1 +0,0 @@
-var MooTools={version:"1.2dev",build:"1555"};var Native=function(J){J=J||{};var F=J.afterImplement||function(){};var G=J.generics;G=(G!==false);var H=J.legacy;var E=J.initialize;var B=J.protect;var A=J.name;var C=E||H;C.constructor=Native;C.$family={name:"native"};if(H&&E){C.prototype=H.prototype}C.prototype.constructor=C;if(A){var D=A.toLowerCase();C.prototype.$family={name:D};Native.typize(C,D)}var I=function(M,K,N,L){if(!B||L||!M.prototype[K]){M.prototype[K]=N}if(G){Native.genericize( [...]
\ No newline at end of file
diff --git a/www/js/slimbox.js b/www/js/slimbox.js
deleted file mode 100644
index 24e4f91..0000000
--- a/www/js/slimbox.js
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- Slimbox v1.6 - The ultimate lightweight Lightbox clone
- (c) 2007-2008 Christophe Beyls <http://www.digitalia.be>
- MIT-style license.
-*/
-var Slimbox;(function(){var G=0,F,L,B,O,E,M,I=new Image(),K=new Image(),V,Y,P,H,U,X,J,W,C;window.addEvent("domready",function(){$(document.body).adopt($$([V=new Element("div",{id:"lbOverlay"}),Y=new Element("div",{id:"lbCenter"}),X=new Element("div",{id:"lbBottomContainer"})]).setStyle("display","none"));P=new Element("div",{id:"lbImage"}).injectInside(Y).adopt(H=new Element("a",{id:"lbPrevLink",href:"#"}),U=new Element("a",{id:"lbNextLink",href:"#"}));H.onclick=D;U.onclick=R;var a;J=new [...]
-
-// AUTOLOAD CODE BLOCK (MAY BE CHANGED OR REMOVED)
-Slimbox.scanPage = function() {
- var links = $$("a").filter(function(el) {
- return el.rel && el.rel.test(/^lightbox/i);
- });
- // PUT YOUR CUSTOM OPTIONS INSIDE THE FOLLOWING {}
- $$(links).slimbox({}, null, function(el) {
- return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel));
- });
-};
-window.addEvent("domready", Slimbox.scanPage);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/autofill-forms.git
More information about the Pkg-mozext-commits
mailing list