Skip to content

Commit

Permalink
Revert "autoload Urban.Admin thing"
Browse files Browse the repository at this point in the history
This reverts commit 5c7c666.
  • Loading branch information
Aaron Peckham committed Apr 13, 2012
1 parent 6b696b7 commit 2fe2a6d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions SpecRunner.html
Expand Up @@ -9,8 +9,6 @@

<!-- include source files here... -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/prototype/1.6.1.0/prototype.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript">$j = jQuery.noConflict();</script>
<script type="text/javascript" src="widgets.js"></script>

<!-- include spec files here... -->
Expand Down
4 changes: 0 additions & 4 deletions widgets.js
Expand Up @@ -10,10 +10,6 @@ Urban.Admin = Class.create({
}
});

$j(function() {
new Urban.Admin($("admin-element"));
});

Urban.Admin.View = Class.create({
initialize: function(element) {
this.element = element;
Expand Down

0 comments on commit 2fe2a6d

Please sign in to comment.