<@U5C7QRUR3> that's weird. it seems like it's jus...
# suitescript
s
@kristopherw that's weird. it seems like it's just ignoring that config file and looking for a file called jquery.js in the current directory. on a lark, try changing:
Copy code
define(['jquery'], function(jQuery) {
to
Copy code
define(['/SuiteScripts/library/jquery-1.11.1.min.js'], function(jQuery) {
and see what happens.