mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
Don't hide advanced options, make options cleaner (http://paste.the-compiler.org/view/96782230)
This commit is contained in:
parent
0e406b09d6
commit
7c5aacca12
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user