Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
3203360e
Commit
3203360e
authored
Mar 01, 2013
by
Julian Arni
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed console.logs
parent
b39bbec2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
common/static/js/capa/editamolecule.js
+0
-2
No files found.
common/static/js/capa/editamolecule.js
View file @
3203360e
...
@@ -43,7 +43,6 @@
...
@@ -43,7 +43,6 @@
// script loader. To fix this, wait for the scripts to load,
// script loader. To fix this, wait for the scripts to load,
// initialize them manually and wait until they are ready
// initialize them manually and wait until they are ready
console
.
log
(
"Waiting for gwt..."
);
if
(
typeof
(
jsmolcalc
)
!=
'undefined'
&&
jsmolcalc
)
if
(
typeof
(
jsmolcalc
)
!=
'undefined'
&&
jsmolcalc
)
{
{
jsmolcalc
.
onInjectionDone
(
'jsmolcalc'
);
jsmolcalc
.
onInjectionDone
(
'jsmolcalc'
);
...
@@ -68,7 +67,6 @@
...
@@ -68,7 +67,6 @@
function
initializeApplets
()
{
function
initializeApplets
()
{
var
applets
=
$
(
'.editamoleculeinput div.applet'
);
var
applets
=
$
(
'.editamoleculeinput div.applet'
);
console
.
log
(
applets
);
applets
.
each
(
function
(
i
,
element
)
{
applets
.
each
(
function
(
i
,
element
)
{
if
(
!
$
(
element
).
hasClass
(
'loaded'
))
{
if
(
!
$
(
element
).
hasClass
(
'loaded'
))
{
var
applet
=
new
JavaScriptApplet
.
JSME
(
var
applet
=
new
JavaScriptApplet
.
JSME
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment