Skip to content

Commit

Permalink
v0.49
Browse files Browse the repository at this point in the history
  • Loading branch information
scripting committed Sep 15, 2013
1 parent 150cc29 commit 0f05573
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 26 deletions.
6 changes: 3 additions & 3 deletions concord.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,16 @@
.concord .concord-node.collapsed > .concord-wrapper{
/* background-image: url('http://static.smallpicture.com/concord-assets/wedgeParent.png'); */
}
.concord .concord-node.concord-comment.collapsed > .concord-wrapper{
.concord .concord-node.concord-comment.collapsed > .concord-wrapper {
/* background-image: url('http://static.smallpicture.com/concord-assets/commentParent.png') !important; */
}
.concord .concord-node.selected.collapsed > .concord-wrapper{
/* background-image: url('http://static.smallpicture.com/concord-assets/wedgeParentWhite.png'); */
}
.concord .concord-node.concord-comment.selected.collapsed > .concord-wrapper{
.concord .concord-node.concord-comment.selected.collapsed > .concord-wrapper {
/* background-image: url('http://static.smallpicture.com/concord-assets/commentParentWhite.png') !important; */
}
.concord .concord-node.selected.collapsed > .concord-wrapper.type-icon{
.concord .concord-node.selected.collapsed > .concord-wrapper.type-icon {
background-image: none;
}
.concord .concord-node.drop-sibling > .concord-wrapper .node-icon:before {
Expand Down
2 changes: 1 addition & 1 deletion concord.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $(function () {
})
}
})
$(function () {
$(function () {
if($.fn.popover !== undefined){
$("a[rel=popover]").on("mouseenter mouseleave", function(){$(this).popover("toggle")})
}
Expand Down
2 changes: 1 addition & 1 deletion concordUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ var defaultUtilsOutliner = "#outliner";
function opMarkChanged () {
return ($(defaultUtilsOutliner).concord ().op.markChanged ());
}
function opRedraw () {
function opRedraw () {
return ($(defaultUtilsOutliner).concord ().op.redraw ());
}
function opVisitAll (callback) { //9/13/13 by DW
Expand Down
4 changes: 2 additions & 2 deletions example1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
opInsert (value, "right");
opGo ("left", 1);
}
function setOutlinerPrefs (id, flRenderMode, flReadonly) {
function setOutlinerPrefs (id, flRenderMode, flReadonly) {
$(id).concord ({
"prefs": {
"outlineFont": appPrefs.outlineFont,
Expand Down Expand Up @@ -305,7 +305,7 @@
<li><a onclick="editSource (urlConcordDocs);">Concord Docs</a></li>
</ul>
</li>
<li class="dropdown" id="idDocsMenu">
<li class="dropdown" id="idDocsMenu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Links&nbsp;<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="http://docs.fargo.io/outlinerHowto" target="_blank">Outliner Howto</a></li>
Expand Down
8 changes: 4 additions & 4 deletions example1/source.opml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- OPML generated by OPML Editor v11.0.6 on Sun, 15 Sep 2013 12:59:10 GMT -->
<!-- OPML generated by OPML Editor v11.0.6 on Sun, 15 Sep 2013 13:15:35 GMT -->
<opml version="2.0">
<head>
<title>Hello Outliner for GitHub</title>
<dateCreated>Sat, 14 Sep 2013 16:29:01 GMT</dateCreated>
<dateModified>Sun, 15 Sep 2013 12:59:10 GMT</dateModified>
<dateModified>Sun, 15 Sep 2013 13:15:35 GMT</dateModified>
<ownerName></ownerName>
<ownerEmail></ownerEmail>
<expansionState>1, 2, 3, 14, 15, 48, 55, 56, 59, 60, 61, 62, 63, 65, 68, 70</expansionState>
Expand Down Expand Up @@ -187,7 +187,7 @@
<outline text="opGo (&quot;left&quot;, 1);" created="Thu, 10 Jan 2013 16:19:40 GMT" pgfnum="16986"/>
<outline text="}" created="Wed, 09 Jan 2013 16:01:24 GMT" pgfnum="16940"/>
</outline>
<outline text="function setOutlinerPrefs (id, flRenderMode, flReadonly) {" created="Sat, 16 Feb 2013 22:13:36 GMT" pgfnum="18835">
<outline text="function setOutlinerPrefs (id, flRenderMode, flReadonly) { " created="Sat, 16 Feb 2013 22:13:36 GMT" pgfnum="18835">
<outline text="$(id).concord ({">
<outline text="&quot;prefs&quot;: {" created="Sat, 16 Feb 2013 23:53:21 GMT" pgfnum="18844">
<outline text="&quot;outlineFont&quot;: appPrefs.outlineFont, " created="Sat, 16 Feb 2013 23:54:59 GMT" pgfnum="18846"/>
Expand Down Expand Up @@ -393,7 +393,7 @@
</outline>
<outline text="&lt;/li&gt;"/>
</outline>
<outline text="&lt;li class=&quot;dropdown&quot; id=&quot;idDocsMenu&quot;&gt; ">
<outline text="&lt;li class=&quot;dropdown&quot; id=&quot;idDocsMenu&quot;&gt;">
<outline text="&lt;a href=&quot;#&quot; class=&quot;dropdown-toggle&quot; data-toggle=&quot;dropdown&quot;&gt;Links&amp;nbsp;&lt;b class=&quot;caret&quot;&gt;&lt;/b&gt;&lt;/a&gt;"/>
<outline text="&lt;ul class=&quot;dropdown-menu&quot;&gt;">
<outline text="&lt;li&gt;&lt;a href=&quot;http://docs.fargo.io/outlinerHowto&quot; target=&quot;_blank&quot;&gt;Outliner Howto&lt;/a&gt;&lt;/li&gt;"/>
Expand Down
14 changes: 7 additions & 7 deletions opml/concord.opml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- OPML generated by OPML Editor v11.0.6 on Sat, 14 Sep 2013 14:39:53 GMT -->
<!-- OPML generated by OPML Editor v11.0.6 on Sun, 15 Sep 2013 13:16:05 GMT -->
<opml version="2.0">
<head>
<title>Concord on Github</title>
<dateCreated>Sat, 14 Sep 2013 14:39:17 GMT</dateCreated>
<dateModified>Sat, 14 Sep 2013 14:39:53 GMT</dateModified>
<dateModified>Sun, 15 Sep 2013 13:16:05 GMT</dateModified>
<ownerName>admin</ownerName>
<ownerEmail></ownerEmail>
<expansionState>1, 13, 35, 58, 83</expansionState>
<vertScrollState>1</vertScrollState>
<windowTop>174</windowTop>
<windowLeft>1054</windowLeft>
<windowBottom>1236</windowBottom>
<windowRight>2158</windowRight>
<windowTop>271</windowTop>
<windowLeft>385</windowLeft>
<windowBottom>1333</windowBottom>
<windowRight>1489</windowRight>
</head>
<body>
<outline text="concord.js" content-type="text/javascript" domain="concordjs.blorkmark.com" name="concordjs" type="html">
Expand All @@ -27,7 +27,7 @@
</outline>
<outline text="})"/>
</outline>
<outline text="$(function () {">
<outline text="$(function () { ">
<outline text="if($.fn.popover !== undefined){" created="Mon, 08 Apr 2013 14:10:15 GMT" pgfnum="1265">
<outline text="$(&quot;a[rel=popover]&quot;).on(&quot;mouseenter mouseleave&quot;, function(){$(this).popover(&quot;toggle&quot;)})"/>
<outline text="}" created="Mon, 08 Apr 2013 14:10:28 GMT" pgfnum="1266"/>
Expand Down
10 changes: 5 additions & 5 deletions opml/concordCss.opml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- OPML generated by OPML Editor v11.0.6 on Sun, 15 Sep 2013 12:45:28 GMT -->
<!-- OPML generated by OPML Editor v11.0.6 on Sun, 15 Sep 2013 13:14:38 GMT -->
<opml version="2.0">
<head>
<title>Concord CSS on GitHub</title>
<dateCreated>Sun, 15 Sep 2013 12:44:37 GMT</dateCreated>
<dateModified>Sun, 15 Sep 2013 12:45:27 GMT</dateModified>
<dateModified>Sun, 15 Sep 2013 13:14:38 GMT</dateModified>
<ownerName>admin</ownerName>
<ownerEmail></ownerEmail>
<expansionState>1</expansionState>
Expand Down Expand Up @@ -86,19 +86,19 @@
<outline text="/* background-image: url('http://static.smallpicture.com/concord-assets/wedgeParent.png'); */"/>
<outline text="}"/>
</outline>
<outline text=".concord .concord-node.concord-comment.collapsed &gt; .concord-wrapper{" collapse="true">
<outline text=".concord .concord-node.concord-comment.collapsed &gt; .concord-wrapper {" collapse="true">
<outline text="/* background-image: url('http://static.smallpicture.com/concord-assets/commentParent.png') !important; */"/>
<outline text="}"/>
</outline>
<outline text=".concord .concord-node.selected.collapsed &gt; .concord-wrapper{" collapse="true">
<outline text="/* background-image: url('http://static.smallpicture.com/concord-assets/wedgeParentWhite.png'); */"/>
<outline text="}"/>
</outline>
<outline text=".concord .concord-node.concord-comment.selected.collapsed &gt; .concord-wrapper{" collapse="true">
<outline text=".concord .concord-node.concord-comment.selected.collapsed &gt; .concord-wrapper {" collapse="true">
<outline text="/* background-image: url('http://static.smallpicture.com/concord-assets/commentParentWhite.png') !important; */"/>
<outline text="}"/>
</outline>
<outline text=".concord .concord-node.selected.collapsed &gt; .concord-wrapper.type-icon{" collapse="true">
<outline text=".concord .concord-node.selected.collapsed &gt; .concord-wrapper.type-icon {" collapse="true">
<outline text="background-image: none;"/>
<outline text="}"/>
</outline>
Expand Down
6 changes: 3 additions & 3 deletions opml/concordUtils.opml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- OPML generated by OPML Editor v11.0.6 on Sun, 15 Sep 2013 13:11:48 GMT -->
<!-- OPML generated by OPML Editor v11.0.6 on Sun, 15 Sep 2013 13:15:48 GMT -->
<opml version="2.0">
<head>
<title>Concord Utils on GitHub</title>
<dateCreated>Sun, 15 Sep 2013 12:45:49 GMT</dateCreated>
<dateModified>Sun, 15 Sep 2013 13:11:48 GMT</dateModified>
<dateModified>Sun, 15 Sep 2013 13:15:48 GMT</dateModified>
<ownerName></ownerName>
<ownerEmail></ownerEmail>
<expansionState>1, 6, 59, 63, 66</expansionState>
Expand Down Expand Up @@ -257,7 +257,7 @@
<outline text="return ($(defaultUtilsOutliner).concord ().op.markChanged ());" created="Tue, 08 Jan 2013 17:33:19 GMT" pgfnum="16882"/>
<outline text="}" created="Wed, 16 Jan 2013 00:07:23 GMT" pgfnum="17212"/>
</outline>
<outline text="function opRedraw () { " created="Wed, 16 Jan 2013 00:07:08 GMT" pgfnum="17211">
<outline text="function opRedraw () {" created="Wed, 16 Jan 2013 00:07:08 GMT" pgfnum="17211">
<outline text="return ($(defaultUtilsOutliner).concord ().op.redraw ());" created="Tue, 08 Jan 2013 17:33:19 GMT" pgfnum="16882"/>
<outline text="}" created="Wed, 16 Jan 2013 00:07:23 GMT" pgfnum="17212"/>
</outline>
Expand Down

0 comments on commit 0f05573

Please sign in to comment.