Update chat widget (part 2)

This commit is contained in:
Mark Eaton
2023-07-24 14:54:36 -04:00
committed by GitHub
parent 172592591b
commit ee1495b514
+5 -11
View File
@@ -43,9 +43,7 @@
v-bind:href="item.link" v-bind:href="item.link"
v-bind:target="item.target_blank" v-bind:target="item.target_blank"
> >
<hamburger-component <hamburger-component v-bind:item="item"></hamburger-component>
v-bind:item="item"
></hamburger-component>
</a> </a>
</li> </li>
</ul> </ul>
@@ -111,9 +109,7 @@
<!-- end of row --> <!-- end of row -->
<div class="row" id="hamburger-alternative"> <div class="row" id="hamburger-alternative">
<div class="col-xs-12"> <div class="col-xs-12">
<navig-component <navig-component v-bind:navlistofmenus="navlistofmenus"></navig-component>
v-bind:navlistofmenus="navlistofmenus"
></navig-component>
</div> </div>
<!-- end of col-xs-12 --> <!-- end of col-xs-12 -->
</div> </div>
@@ -126,8 +122,7 @@
<div class="col-sm-8"> <div class="col-sm-8">
<div id="app2"> <div id="app2">
<onesearch-component></onesearch-component> <onesearch-component></onesearch-component>
</div> </div><!-- end of Vue app2 -->
<!-- end of Vue app2 -->
</div> </div>
<div class="col-sm-4"> <div class="col-sm-4">
<div class="nav-by-jumbotron"> <div class="nav-by-jumbotron">
@@ -400,11 +395,10 @@
</div> </div>
<!-- LibChat widget script --> <!-- LibChat widget script -->
<script src="https://kbcc-cuny.libanswers.com/load_chat.php?hash=212334892d13e5887f44a2763092678b"></script> <script src="https://kbcc-cuny.libanswers.com/load_chat.php?hash=f7d1629a91e178fd0f799322e803b6e7"></script>
<!-- add Vue scripts --> <!-- add Vue scripts -->
<script src="https://unpkg.com/vue@3/dist/vue.global.js"></script> <script src="https://unpkg.com/vue@3/dist/vue.global.js"></script><!-- development -->
<!-- development -->
<!-- <script src="https://unpkg.com/vue/dist/vue.global.prod.js"></script> --> <!-- <script src="https://unpkg.com/vue/dist/vue.global.prod.js"></script> -->
<!--production --> <!--production -->
<script <script