Skip to content

Commit

Permalink
Merge pull request #108 from Kondeo/indexUpdates
Browse files Browse the repository at this point in the history
Index updates
  • Loading branch information
julianpoy committed May 24, 2016
2 parents 7493d67 + eced590 commit 34cafde
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
13 changes: 6 additions & 7 deletions app/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,12 @@
<div ng-if="!query"
class="card searchHint">
<div class="item item-text-wrap">
<strong>Welcome to the California Court Reporters Association E-Compendium.</strong><br />
Having this version of the compendium means you can search with our advanced search algorithms, <br />
as well as receive realtime updates to your compendium as you use it.
<br /><br /><br />
Please type in a search above.
Or, go to <a href="#/app/page/23">the beginning</a>.
Or, go to <a href="#/app/page/2">the beginning</a>.
</div>
</div>
<div ng-if="query && !searched" class="card searchHint">
Expand All @@ -49,12 +53,7 @@
<div ng-if="!query && searchResults.length < 1 && settings.tutorial"
class="card searchHint">
<div class="item item-text-wrap">

<strong>Welcome to the California Court Reporters Association E-Compendium.</strong><br />
Having this version of the compendium means you can search with our advanced search algorithms, <br />
as well as receive realtime updates to your compendium as you use it.
<br /><br /><br />
<a href="" ng-click="setTutorial(false)">Hide this intro</a><br />
<a href="" ng-click="setTutorial(false)">Hide this tutorial</a><br />
(You can re-enable this from the settings)
<br /><br /><br />

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CCRAECompendium",
"version": "0.1.5",
"version": "0.1.6",
"dependencies": {
"angular-animate": "1.5.3",
"angular-hotkeys": "chieffancypants/angular-hotkeys#~1.6.0",
Expand Down
4 changes: 2 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget id="com.Kondeo.CCRAECompendium" version="0.1.5" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>CCRA ECompendium</name>
<widget id="com.Kondeo.CCRAECompendium" version="0.1.6" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Compendium</name>
<description>
CCRA ECompendium
</description>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CCRAECompendium",
"version": "0.1.5",
"version": "0.1.6",
"private": true,
"dependencies": {
"moment": "^2.11.1"
Expand Down

0 comments on commit 34cafde

Please sign in to comment.