Don't hide advanced options, make options cleaner (http://paste.the-compiler.org/view/96782230)

This commit is contained in:
Claude 2012-05-06 11:48:44 +02:00
parent 0e406b09d6
commit 7c5aacca12

View File

@ -2,7 +2,6 @@ var ST = window.ST || {}
ST.init = function() {
ST.change();
ST.show();
ST.expand();
ST.show_embed();
};
@ -14,14 +13,6 @@ ST.change = function() {
});
};
ST.show = function() {
$('.show').click(function() {
$('.advanced').hide();
$('.advanced_options').show();
return false;
});
};
ST.show_embed = function() {
$embed_field = $('#embed_field');
$embed_field.hide();