Skip to content

Commit 2ecf0ed

Browse files
committed
Initial Beta commit
1 parent 614bd00 commit 2ecf0ed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+2188
-4182
lines changed

.surgeignore

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
CNAME
2+
gulpfile.js
3+
node_modules
4+
npm-debug.log
5+
package.json
6+
readme.md
7+
reeddit.appcache
8+
scripts
9+
styles
10+
templates
11+

about/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ <h3>"Ugly ol&#8217; Reddit gets a spiffy new UI with Reeddit."</h3>
154154
ff.innerHTML = html;
155155
var btn = document.getElementById("FireFoxInstall");
156156
btn.onclick = function(){
157-
w.navigator.mozApps.install("http://reedditapp.com/install.webapp");
157+
w.navigator.mozApps.install("http://reeddit.dev/install.webapp");
158158
false;
159159
}
160160
})(window);

0 commit comments

Comments
 (0)