Skip to content

Commit

Permalink
Merge pull request #28 from cshold/js-v2.6
Browse files Browse the repository at this point in the history
Upgrade to FB v2.6. Renamed assets.
  • Loading branch information
cshold authored Jun 22, 2016
2 parents fe1949a + fcab9c5 commit 0ebcac8
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 70 deletions.
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions csphotoselector.css
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
width: 22px;
overflow: hidden;
text-indent: -999em;
background: transparent url(csphotoselector/csphotoselector-pagination.png) no-repeat 0 0;
background: transparent url(assets/pagination.png) no-repeat 0 0;
}
#CSPhotoSelector .CSPhotoSelector_dialog .CSPhotoSelector_footer #CSPhotoSelector_pagePrev {
background-position: -44px 0;
Expand Down Expand Up @@ -257,7 +257,7 @@
left: 0;
height: 100%;
width: 100%;
background: url(csphotoselector/loader.gif) center center no-repeat rgba(255,255,255,0.5);
background: url(assets/loader.gif) center center no-repeat rgba(255,255,255,0.5);
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
Expand Down
62 changes: 0 additions & 62 deletions csphotoselector/.svn/entries

This file was deleted.

5 changes: 0 additions & 5 deletions csphotoselector/.svn/prop-base/loader.gif.svn-base

This file was deleted.

Binary file removed csphotoselector/.svn/text-base/loader.gif.svn-base
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h4>This is based on the Friend Selector plugin created by <a href="http://www.t
FB.init({
appId : '203534596466008',
xfbml : true,
version : 'v2.4'
version : 'v2.6'
});

FB.getLoginStatus(function(response) {
Expand Down

0 comments on commit 0ebcac8

Please sign in to comment.