Skip to content

Commit

Permalink
fix popup at debug
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Mar 11, 2013
1 parent 394f7e2 commit f2338de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/site.js
@@ -1,4 +1,4 @@
seajs.use(['$', 'arale/popup/0.9.11/popup'], function($, Popup) {
seajs.use(['$', 'http://static.alipayobjects.com/arale/popup/0.9.11/popup'], function($, Popup) {
$(function(){
$('h4 em, h3 em, h3 code, h4 code').parent().addClass('doc-api')
// 给 iframe 加链接
Expand Down

0 comments on commit f2338de

Please sign in to comment.