reverted latest commit

This commit is contained in:
Yaman 2015-01-11 13:42:00 -05:00
parent 970ada3897
commit bda83a494b
29 changed files with 1 additions and 3 deletions

0
chromebook-checkout-meteor/.meteor/.finished-upgraders Executable file → Normal file
View File

0
chromebook-checkout-meteor/.meteor/.gitignore vendored Executable file → Normal file
View File

0
chromebook-checkout-meteor/.meteor/.id Executable file → Normal file
View File

0
chromebook-checkout-meteor/.meteor/packages Executable file → Normal file
View File

0
chromebook-checkout-meteor/.meteor/platforms Executable file → Normal file
View File

0
chromebook-checkout-meteor/.meteor/release Executable file → Normal file
View File

0
chromebook-checkout-meteor/.meteor/versions Executable file → Normal file
View File

0
chromebook-checkout-meteor/client/admin.css Executable file → Normal file
View File

0
chromebook-checkout-meteor/client/admin.html Executable file → Normal file
View File

0
chromebook-checkout-meteor/client/admin.js Executable file → Normal file
View File

0
chromebook-checkout-meteor/client/checkout.css Executable file → Normal file
View File

0
chromebook-checkout-meteor/client/checkout.html Executable file → Normal file
View File

0
chromebook-checkout-meteor/client/checkout.js Executable file → Normal file
View File

0
chromebook-checkout-meteor/client/chromebook.css Executable file → Normal file
View File

0
chromebook-checkout-meteor/client/chromebook.html Executable file → Normal file
View File

0
chromebook-checkout-meteor/client/chromebook.js Executable file → Normal file
View File

0
chromebook-checkout-meteor/client/initial.html Executable file → Normal file
View File

0
chromebook-checkout-meteor/client/initial.js Executable file → Normal file
View File

0
chromebook-checkout-meteor/client/login.css Executable file → Normal file
View File

0
chromebook-checkout-meteor/client/login.html Executable file → Normal file
View File

0
chromebook-checkout-meteor/client/main.css Executable file → Normal file
View File

0
chromebook-checkout-meteor/client/main.html Executable file → Normal file
View File

0
chromebook-checkout-meteor/client/router.js Executable file → Normal file
View File

0
chromebook-checkout-meteor/collections/chromebooks.js Executable file → Normal file
View File

View File

0
chromebook-checkout-meteor/public/ico/chrico.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

0
chromebook-checkout-meteor/public/ico/favicon.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

0
chromebook-checkout-meteor/public/images/bg.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 264 KiB

After

Width:  |  Height:  |  Size: 264 KiB

4
chromebook-checkout-meteor/server/users.js Executable file → Normal file
View File

@ -14,9 +14,7 @@ Meteor.publish('chromebook', function() {
var adminusers = [
"ybq987@gmail.com",
"mminer@bloomfield.org",
"qalieh.yaman90@bloomfield.org",
"ksjdragon@gmail.com",
"chthomas@bloomfield.org"
"qalieh.yaman90@bloomfield.org"
];
for (var i = 0; i < adminusers.length; i++) {
var adminuser = adminusers[i];