|
1 | 1 | <?xml version="1.0" encoding="ISO-8859-1"?> |
2 | | -<!-- OPML generated by OPML Editor v11.0.6 on Sun, 15 Sep 2013 13:16:05 GMT --> |
| 2 | +<!-- OPML generated by OPML Editor v10.1a16 on Sat, 22 Feb 2014 23:31:27 GMT --> |
3 | 3 | <opml version="2.0"> |
4 | 4 | <head> |
5 | 5 | <title>Concord on Github</title> |
6 | | - <dateCreated>Sat, 14 Sep 2013 14:39:17 GMT</dateCreated> |
7 | | - <dateModified>Sun, 15 Sep 2013 13:16:05 GMT</dateModified> |
8 | | - <ownerName>admin</ownerName> |
9 | | - <ownerEmail></ownerEmail> |
10 | | - <expansionState>1, 13, 35, 58, 83</expansionState> |
11 | | - <vertScrollState>1</vertScrollState> |
12 | | - <windowTop>271</windowTop> |
13 | | - <windowLeft>385</windowLeft> |
14 | | - <windowBottom>1333</windowBottom> |
15 | | - <windowRight>1489</windowRight> |
| 6 | + <dateCreated>Sat, 22 Feb 2014 22:47:50 GMT</dateCreated> |
| 7 | + <dateModified>Sat, 22 Feb 2014 23:31:27 GMT</dateModified> |
| 8 | + <ownerName></ownerName> |
| 9 | + <ownerId>http://davewiner.com/</ownerId> |
| 10 | + <expansionState>1, 6, 26, 42, 52, 57, 58, 71, 94, 119, 159, 190, 192, 212</expansionState> |
| 11 | + <vertScrollState>167</vertScrollState> |
| 12 | + <windowTop>155</windowTop> |
| 13 | + <windowLeft>819</windowLeft> |
| 14 | + <windowBottom>1217</windowBottom> |
| 15 | + <windowRight>1923</windowRight> |
16 | 16 | </head> |
17 | 17 | <body> |
18 | 18 | <outline text="concord.js" content-type="text/javascript" domain="concordjs.blorkmark.com" name="concordjs" type="html"> |
|
46 | 46 | <outline text="}"/> |
47 | 47 | </outline> |
48 | 48 | <outline text="var concord = {" created="Mon, 11 Mar 2013 15:05:35 GMT" pgfnum="322"> |
49 | | - <outline text="version: "2.48"," created="Mon, 11 Mar 2013 15:05:42 GMT" pgfnum="323"/> |
| 49 | + <outline text="version: "2.49"," created="Mon, 11 Mar 2013 15:05:42 GMT" pgfnum="323"/> |
50 | 50 | <outline text="mobile: /Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent)," created="Thu, 28 Mar 2013 16:02:36 GMT" pgfnum="1044"/> |
51 | 51 | <outline text="ready: false," created="Fri, 15 Mar 2013 22:01:31 GMT" pgfnum="527"/> |
52 | 52 | <outline text="handleEvents: true," created="Mon, 11 Mar 2013 15:09:43 GMT" pgfnum="327"/> |
|
3146 | 3146 | <outline text="this.markChanged();"/> |
3147 | 3147 | <outline text="};"/> |
3148 | 3148 | </outline> |
3149 | | - <outline text="this.xmlToOutline = function(xmlText) {"> |
| 3149 | + <outline text="this.xmlToOutline = function(xmlText, flSetFocus) { //2/22/14 by DW -- new param, flSetFocus"> |
| 3150 | + <outline text="" created="Sat, 22 Feb 2014 22:50:19 GMT" pgfnum="37853"/> |
| 3151 | + <outline text="if (flSetFocus == undefined) { //2/22/14 by DW" created="Sat, 22 Feb 2014 22:50:19 GMT" pgfnum="37854"> |
| 3152 | + <outline text="flSetFocus = true;" created="Sat, 22 Feb 2014 22:50:27 GMT" pgfnum="37857"/> |
| 3153 | + <outline text="}" created="Sat, 22 Feb 2014 22:50:30 GMT" pgfnum="37858"/> |
| 3154 | + </outline> |
| 3155 | + <outline text="" created="Sat, 22 Feb 2014 22:50:19 GMT" pgfnum="37856"/> |
3150 | 3156 | <outline text="var doc = null;"/> |
3151 | 3157 | <outline text="if(typeof xmlText == "string") {" collapse="true"> |
3152 | 3158 | <outline text="doc = $($.parseXML(xmlText));"/> |
|
3214 | 3220 | <outline text="}" created="Sat, 02 Feb 2013 00:04:35 GMT" pgfnum="815"/> |
3215 | 3221 | </outline> |
3216 | 3222 | <outline text="this.setTextMode(false);" created="Mon, 28 Jan 2013 16:52:16 GMT" pgfnum="503"/> |
3217 | | - <outline text="this.setCursor(root.find(".concord-node:first"));" created="Mon, 28 Jan 2013 16:50:25 GMT" pgfnum="502"/> |
| 3223 | + <outline text="" created="Sat, 22 Feb 2014 22:51:18 GMT" pgfnum="37859"/> |
| 3224 | + <outline text="if (flSetFocus) {" created="Sat, 22 Feb 2014 22:51:18 GMT" pgfnum="37860"> |
| 3225 | + <outline text="this.setCursor(root.find(".concord-node:first"));" created="Mon, 28 Jan 2013 16:50:25 GMT" pgfnum="502"/> |
| 3226 | + <outline text="}" created="Sat, 22 Feb 2014 22:51:23 GMT" pgfnum="37861"/> |
| 3227 | + </outline> |
| 3228 | + <outline text="" created="Sat, 22 Feb 2014 22:51:33 GMT" pgfnum="37862"/> |
3218 | 3229 | <outline text="root.data("currentChange", root.children().clone(true, true));" created="Wed, 23 Jan 2013 15:24:57 GMT" pgfnum="179"/> |
3219 | 3230 | <outline text="return true;"/> |
3220 | 3231 | <outline text="};"/> |
|
0 commit comments