3.0.5482.4

This commit is contained in:
Luke Pulverenti 2015-01-10 01:55:37 -05:00
parent 21a688d6c6
commit 1c9f16a68d

View File

@ -203,8 +203,8 @@
function isAvailable(item, user) {
//return false;
return item.SupportsSync;
return false;
//return item.SupportsSync;
}
window.SyncManager = {
@ -226,7 +226,7 @@
Dashboard.getCurrentUser().done(function (user) {
if (user.Policy.EnableSync) {
$('.categorySyncButton', page).show();
$('.categorySyncButton', page).hide();
} else {
$('.categorySyncButton', page).hide();
}