From 123b557580530b8b7da694e74ae15793e7d98bed Mon Sep 17 00:00:00 2001 From: Hyun Joo Nam Date: Thu, 12 Apr 2018 01:00:17 -0400 Subject: [PATCH] debugged --- .DS_Store | Bin 0 -> 10244 bytes bug1/index.js | 2 +- bug2/index.html | 6 +++--- bug3/index.css | 3 ++- bug3/index.html | 2 +- bug4/index.js | 10 +++++----- bug5/index.html | 2 +- bug6/index.js | 2 +- bug7/index.js | 2 +- bug8/index.js | 2 +- 10 files changed, 16 insertions(+), 15 deletions(-) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..44a56145183092ff605a04c2b541149d19b6c6d8 GIT binary patch literal 10244 zcmeI1&2G~`5XWbmKpg=h2c#l#@dc@e2*u8aBOxR=q=z1m5J7MN)W#%AEnK_G2UZC| zzVHsf8}KMR0T03hz|8J8N}RZy3Y9e@?f%#6nYHs%Jjtv9K(wcQ3%~>b0~=}iCUzT) z&Qn{nEj@D&RbV_E1kqbBh&((luX*zX6JP>NfC(@GCU6x9;BPjWaYHHhOn?b6fdv7| z4<*6)JRzA#~*+R5+e@wSS^i zg@ce+#&z_Sg|1M9EidK=DcFg9H&|_ z>$T>5ZWufFtw#q(CubjKALpOGs?RQT{(#%+c+r2u(c%NX?~cMC3WqpH{^#>{3ea~v zw+WD)cR+RqpxP=Rv6BI)mUlq43_$f1pwAhA>UjrL&j8d&0s55zsF8O-jSN7|RX{*V z`pbqS-OM|nW(FW91&EULCO}T!0XZ3fTC0F$lHLTUm3Kg`6rchG;DeXKLn(S0PYIsE zKI}mUo}fN}6X>TRC}%B4Y(oqYjNl!v9>Q?dn;u|cEIq&&%*F(m025#WOyCj;6x7-# z?f>s*zyH6)JK&|602BD%1VpjZ?X>YO&iBUBH$;2wCblDNWaO79l_A*4?RZqV9ghdJ u9lwi>e5<5nICixrN^u75pT7){`-oS250dMD{9;_RNz3*BUjSWP|NjB+AZU>Q literal 0 HcmV?d00001 diff --git a/bug1/index.js b/bug1/index.js index f728ce3..33c3373 100644 --- a/bug1/index.js +++ b/bug1/index.js @@ -1,5 +1,5 @@ function renderTransactions(transactions) { - var finalHTML = '
TRANSACTIONS
+ var finalHTML = '
TRANSACTIONS
' var transactionsHTML = _.map(transactions, function(transaction) { var transactionHTML = '
'; diff --git a/bug2/index.html b/bug2/index.html index 3b7bb06..0f4e9ed 100644 --- a/bug2/index.html +++ b/bug2/index.html @@ -3,9 +3,9 @@ Skware Cash (Bug 2) - - - + + + diff --git a/bug3/index.css b/bug3/index.css index b0d104b..5773666 100644 --- a/bug3/index.css +++ b/bug3/index.css @@ -78,7 +78,8 @@ li.active { width: 170px; height: 36px; border-radius: 8px; - padding-top: 13px; + padding-top: 13px; + background-color: #15D642; font-weight: bold; font-size: 20px; cursor: pointer; diff --git a/bug3/index.html b/bug3/index.html index aae4eff..4da8c33 100644 --- a/bug3/index.html +++ b/bug3/index.html @@ -21,7 +21,7 @@
  • Settings
  • Sign Out
  • -
    New
    +
    New