-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathshopifyFD.load.js
More file actions
32 lines (25 loc) · 819 Bytes
/
shopifyFD.load.js
File metadata and controls
32 lines (25 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*
#############
## *##
# % **#
# %%% ***#
# %%F%D%% ****#
# %%% *****#
# ### % ###***#
# # #### #### #**#
# # # # #**#
# ##### # # #####***#
# # # *******#
### # **# ###
# - - - - - - #
| | | | | | |
freakdesign.com
Written by jason from freakdesign
freakdesign.com.au
shopify.freakdesign.com.au
Don't be a tool and pass this off as your own. Contribute!
*/
var shopifyFD = document.createElement("script");
shopifyFD.type = "text/javascript";
shopifyFD.src = "//freakdesign-us.s3.amazonaws.com/shopify/shopifyFD/s/shopifyFD.min.js";
document.getElementsByTagName('head')[0].appendChild(shopifyFD);