Skip to content

Commit 6cb9a4b

Browse files
committed
Revert "Set the page readonly"
This reverts commit fd16c54.
1 parent fd16c54 commit 6cb9a4b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

server/assets/gallery.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<body>
7474

7575
<div id="header">
76-
<h1><a href="http://glsl.heroku.com/">GLSL Sandbox : Read only while fixing the database</a></h1>
76+
<h1><a href="http://glsl.heroku.com/">GLSL Sandbox</a></h1>
7777
<a href="/e">Create new effect!</a> &nbsp;&nbsp;/&nbsp;
7878
<a href="https://github.com/mrdoob/glsl-sandbox">github</a> &nbsp;&nbsp;/&nbsp;
7979
gallery by <a href="http://twitter.com/thevaw">@thevaw</a> and <a href="http://twitter.com/feiss">@feiss</a> &nbsp;/&nbsp; editor by <a href="http://twitter.com/mrdoob">@mrdoob</a>, <a href="http://twitter.com/mrkishi">@mrkishi</a>, <a href="http://twitter.com/p01">@p01</a>, <a href="http://twitter.com/alteredq">@alteredq</a>, <a href="http://twitter.com/kusmabite">@kusmabite</a> and <a href="http://twitter.com/emackey">@emackey</a>

server/model.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ def save_version(code_id, code)
9191
end
9292

9393
def save_effect(code)
94-
return "/"
9594
code_data=JSON.parse(code)
9695

9796
if code_data['code_id'] && !code_data['code_id'].empty?

0 commit comments

Comments
 (0)