From 88cd9bdbc72d208baa7cad42dd6a687055a800b6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Thu, 12 Sep 2019 17:20:14 +0530 Subject: fixed code and changed modals --- static/website/js/lightbox_me.js | 234 --------------------------------------- 1 file changed, 234 deletions(-) delete mode 100644 static/website/js/lightbox_me.js (limited to 'static/website/js/lightbox_me.js') diff --git a/static/website/js/lightbox_me.js b/static/website/js/lightbox_me.js deleted file mode 100644 index 548e8eb..0000000 --- a/static/website/js/lightbox_me.js +++ /dev/null @@ -1,234 +0,0 @@ -/* -* $ lightbox_me -* By: Buck Wilson -* Version : 2.4 -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ - - -(function($) { - - $.fn.lightbox_me = function(options) { - - return this.each(function() { - - var - opts = $.extend({}, $.fn.lightbox_me.defaults, options), - $overlay = $(), - $self = $(this), - $iframe = $('