Commit fbc1fc2aa6d5535925d305c7d146f81c953ba4c1
1 parent
0d1c7222
Exists in
gov_user_refactory
Add global marking to modulejs
Signed-off-by: Fabio Teixeira <fabio1079@gmail.com>
Showing
11 changed files
with
23 additions
and
1 deletions
Show diff stats
public/app.js
public/initializer.js
public/lib/noosfero-root.js
public/lib/select-element.js
public/lib/select-field-choices.js
public/views/complete-registration.js
public/views/control-panel.js
public/views/create-institution.js
public/views/gov-user-comments-extra-fields.js
public/views/new-community.js
| 1 | +/* globals modulejs */ | |
| 2 | + | |
| 1 | 3 | modulejs.define("NewCommunity", ['jquery'], function($) { |
| 2 | 4 | |
| 3 | 5 | function replace_mandatory_message() { |
| ... | ... | @@ -8,7 +10,7 @@ modulejs.define("NewCommunity", ['jquery'], function($) { |
| 8 | 10 | function remove_image_builder_text() { |
| 9 | 11 | $("label:contains('Image builder')").hide(); |
| 10 | 12 | } |
| 11 | - | |
| 13 | + | |
| 12 | 14 | function hide_organization_template_fields(){ |
| 13 | 15 | $('#template-options').hide(); |
| 14 | 16 | } | ... | ... |
public/views/user-edit-profile.js