From 3b91cb6b3e7fc826863b135c1f7274f905738e46 Mon Sep 17 00:00:00 2001 From: Fahad Abbas Date: Thu, 4 Jun 2015 11:46:33 +0000 Subject: [PATCH] modified : development team info added in team modified : right click menu enabled --- upload/admin_area/styles/cb_2014/layout/index.html | 13 +++++++++++++ upload/player/CB_html5_player/html5_player.js | 12 ++++++------ 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/upload/admin_area/styles/cb_2014/layout/index.html b/upload/admin_area/styles/cb_2014/layout/index.html index 6ff6663d..cbb4d1f3 100644 --- a/upload/admin_area/styles/cb_2014/layout/index.html +++ b/upload/admin_area/styles/cb_2014/layout/index.html @@ -453,6 +453,19 @@ Shahzaib - Network Engineer
Zunair - SEO and Publishing Manager

+ +
Kick-ass development team of ClipBucket
+ Fahad Abbas - Project Head (Developer)
+ Imran Hassan - Web Developer
+ Muhammad Shoaib - Web Services provider (Developer)
+ Awais Tariq - Video Converison Handler
+ Saaqib Razzaq - Web Developer
+ Jamil Rehman - Front end Developer (Head)
+ Rameez Anees - Front end Developer
+ Usman Afzal - Front end Developer
+ Muhammad Rizwan - Quality Assurance department


+ +
We are from Pakistan with high heads and soft hearts

Pakistan is always been in the news for the bad reasons and has been criticized by the rest of the world,even then the people of Pakistan are patriotic and stand united for the goodwill of their country.no matter how worst the situation gets the youth is eager enough to bring out the best in all the fields like media,communication, IT and science. IT industry is fast growing with a large potential and is regarded as a successful sector even in country’s worst financial crisis. as the IT industry in Pakistan is growing like wise the demand for the softwares and programmes has taken up a rapid growth. ClipBucket is one of the fastest and the most used media sharing script with all the latest features and enhancements in the social media. We as Pakistani feel proud on creating this product which will lead our country to the highest levels in the international market.

diff --git a/upload/player/CB_html5_player/html5_player.js b/upload/player/CB_html5_player/html5_player.js index b6f5d884..2063c5d4 100644 --- a/upload/player/CB_html5_player/html5_player.js +++ b/upload/player/CB_html5_player/html5_player.js @@ -521,12 +521,12 @@ $('#ritems').append('
  • Show Video link
  • '); $('#ritems').append('
  • About
  • '); $('#ritems').append('
  • Powered by Clipbucket
  • '); -// $('.cont').bind("contextmenu", function (e) { -// e.preventDefault(); // To prevent the default context menu. -// $("#rightcmenu").css("left", e.pageX); // For updating the menu position. -// $("#rightcmenu").css("top", e.pageY); // -// $("#rightcmenu").fadeIn(500, startFocusOut()); // For bringing the context menu in picture. -// }); +$('.cont').bind("contextmenu", function (e) { + e.preventDefault(); // To prevent the default context menu. + $("#rightcmenu").css("left", e.pageX); // For updating the menu position. + $("#rightcmenu").css("top", e.pageY); // + $("#rightcmenu").fadeIn(500, startFocusOut()); // For bringing the context menu in picture. +}); function startFocusOut() {