bfdotcom-theme 0.2.5 → 0.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1c9a2745fbf4f168367931a426ee5c85714b4e7837f01ec62826361dfaf6466e
4
- data.tar.gz: 83a2166c2c5744512023c58d9dd4036264f6a79cac43d42592f91c6aa37f8c5b
3
+ metadata.gz: 2d2d285e07c5893876e2ca9af4bb97e3f73ed392905a266d8cf2bb90a9e06aec
4
+ data.tar.gz: f2c63eabd910e87c7e246f82007817ebcf1fb59da32c7fb05009adb64ff24a28
5
5
  SHA512:
6
- metadata.gz: 254a14db5a291d20a322816b4d066d49163b5c5f71acea9540840d397069c64ef61f67988eb0ce4a945b3c4594526965ac9f0a6c80339c7f7344cee2eee6d406
7
- data.tar.gz: ef1804eb6c74a0390f5bc63f8199e2dc60b1adfc00144b34f53481d5843d0a39edbfd5b748b3f4b41d07a860dd69f97e43c51226d11b35aec09b3f0c5f195fc8
6
+ metadata.gz: a285afcc8105b601649c83dc863f8dc0f6c5fa14d08fef01641b7ff70dce57619c724af02819dde6cf305c47db43586e4ced33077e049980c67b343a4019911e
7
+ data.tar.gz: c09f757523891e9cdbec2d2903690305859f864d9ef37462738aa4f5fe70aa397335e28e730d6969c8c8a2a54ea5ef059a0320dc60ebd86aae4df746eabad150
@@ -14,7 +14,7 @@
14
14
  <div class="showSignedIn row">
15
15
  <div class="col">
16
16
  <p>You're signed in as <span id="currentUserName"></span> | <a href="#" onclick="signOut()">Sign out</a></p>
17
- <div class="form-group">
17
+ <div class="form-group" id="commentBox">
18
18
  <label for="commentText">Comment</label>
19
19
  <textarea class="form-control" id="commentText" rows="3"></textarea>
20
20
  </div>
@@ -52,4 +52,4 @@
52
52
  <p>There are no comments on this post yet. Be the first to leave one!</p>
53
53
  {%- endif -%}
54
54
 
55
- <p>&nbsp;</p>
55
+ <p>&nbsp;</p>
@@ -170,7 +170,7 @@ function submitComment() {
170
170
  var commentText = $('#commentText').text()
171
171
  var userInfo = getUserInfo()
172
172
  $('#submitButton').hide()
173
- $('#commentText').hide()
173
+ $('#commentBox').hide()
174
174
  $('#submittingComment').show()
175
175
  var apigClient = apigClientFactory.newClient();
176
176
  apigClient.commentsPost({}, {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bfdotcom-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Farnhill