mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 05:07:27 +02:00
JS API markup fixed
This commit is contained in:
@@ -8,8 +8,8 @@
|
|||||||
* e107 Javascript API
|
* e107 Javascript API
|
||||||
*
|
*
|
||||||
* $Source: /cvs_backup/e107_0.8/e107_files/jslib/e107.js.php,v $
|
* $Source: /cvs_backup/e107_0.8/e107_files/jslib/e107.js.php,v $
|
||||||
* $Revision: 1.29 $
|
* $Revision: 1.30 $
|
||||||
* $Date: 2009-04-21 14:51:32 $
|
* $Date: 2009-04-22 17:34:47 $
|
||||||
* $Author: secretr $
|
* $Author: secretr $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@@ -123,7 +123,7 @@ var e107Registry = {
|
|||||||
'<p id="loading-mask-loader" class="loader">' +
|
'<p id="loading-mask-loader" class="loader">' +
|
||||||
'<img src="#{e_IMAGE_PACK}generic/loading_32.gif" alt="#{JSLAN_CORE_LOADING_ALT}" />' +
|
'<img src="#{e_IMAGE_PACK}generic/loading_32.gif" alt="#{JSLAN_CORE_LOADING_ALT}" />' +
|
||||||
'<br /> <span class="loading-text">#{JSLAN_CORE_LOADING_TEXT}</span>' +
|
'<br /> <span class="loading-text">#{JSLAN_CORE_LOADING_TEXT}</span>' +
|
||||||
'<p>' +
|
'</p>' +
|
||||||
'</div>'
|
'</div>'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user