Merged in feature/from-pantheon (pull request #16)
code from pantheon * code from pantheon
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
jQuery(document).ready(function( $ ) {
|
||||
|
||||
$('#return-to-pantheon')
|
||||
.detach()
|
||||
.prependTo('#loginform')
|
||||
.show();
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user