Merge pull request #36 from fenprace/master

Remove some gems in the Gemfile
This commit is contained in:
Robin Ward
2013-02-07 07:09:28 -08:00
4 changed files with 29 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
<html>
<head></head>
<body>
<script type="text/javascript">
window.opener.Discourse.authenticationComplete(#{@data.to_json});
window.close();
</script>
</body>
</html>

View File

@@ -0,0 +1,9 @@
<html>
<head></head>
<body>
<script type="text/javascript">
window.opener.Discourse.authenticationComplete(#{@data.to_json});
window.close();
</script>
</body>
</html>

View File

@@ -0,0 +1,9 @@
<html>
<head></head>
<body>
<script type="text/javascript">
window.opener.Discourse.authenticationComplete(#{@data.to_json});
window.close();
</script>
</body>
</html>